-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't install dependencies with Yarn on Debian #122
Comments
@jeromebelleman thank you for reporting this! @strogonoff could you please help look at this? Thanks! |
Hi @jeromebelleman, are you trying to set up development environment? I believe it might need an older Node version (perhaps 16), I’ll check. Or do you want to just use it on Debian? If yes, I’ll look into adding the release build for it, should be easy to enable. |
Thanks @strogonoff, I'm not seeking to setting up a development environment, actually. I just need to run it on Debian. It would work for me too if you add a release build. |
I came across the gig for this issue, and it seems that the project's overall health is currently in a highly degraded state. To improve the situation, two major replacements are necessary: migrating from Regarding the React upgrade to the latest version, there may be compatibility issues with the Let me know if i apply on freelance platform to proceed with this migration, I’d be happy to share the current in-progress state to give someone a solid starting point. Alternatively, I’d be happy to contribute further to help resolve these challenges. We should also consider migrating to Node version: https://nodejs.org/en/blog/release/v20.9.0 |
Hi @ronaldtse, @strogonoff, would it be much work for you to follow @harisejaz10p's suggestion? If so, I would also be happy with a release build for Debian. I've been watching https://github.com/ituob/itu-ob-editor/releases but did you build it maybe somewhere else and I missed it? Otherwise, is there a Linux distribution and version you can recommend to run 1.0.0-pre1, so we can make progress with the integration in ITU? We're a bit stuck and happy to consider whichever approach you'll suggest. |
@jeromebelleman we will be moving ahead in the task #125 . Thanks. Thank you for your insights @harisejaz10p , please contact me directly so we can further communicate. Perhaps you can assist us in updating other packages. This task is currently handled by @SmartWolf1220 . |
@harisejaz10p is not wrong on a lot of things. Though I’m not sure React 18 is a high priority. For background, Coulomb was intended as a library to streamline the development of Electron-based apps for structured data editing. We’ve since switched to an extension-based model, where things provided by Coulomb are instead provided by the extension host application (Paneron, which still uses BlueprintJS building blocks at this time, but no longer uses SASS/SCSS in favour of Emotion), so Coulomb has not seen much use in this fashion. @ronaldtse I’m inclined to say that if we were to package this GUI as a Paneron extension soon, updating Coulomb would be extra effort that wouldn’t provide much benefit. However, other issues like outdated |
I’d say if it’s deemed faster the app can just use Electron and Blueprint directly, bypassing and deprecating Coulomb. Alternatively, we could port the GUI to Paneron extension quickly. If we don’t completely switch to ISO 19135 data model right away, implementing the extension is not difficult. |
Hello @strogonoff , Now, I'm upgrading the libraries to latest version and migrate from webpack to vite. Please tell me your thought. |
Describe the issue
Installing the
itu-ob-editor
dependencies with Yarnpkg fails upon building keytar.When does it happen?
When I install dependencies, with the later goal of running the editor.
Expected behavior
To install the dependencies.
Screenshots
Environment
libsecret-tools
0.20.5-3libsecret-common
0.20.5-3libsecret-1-dev
0.20.5-3libsecret-1-0
0.20.5-3These packages come from the standard Debian repositories, i.e. I didn't install upstream versions of Node.js or Yarn.
The text was updated successfully, but these errors were encountered: