-
Notifications
You must be signed in to change notification settings - Fork 8
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
Installation failed in npm #25
Comments
no clue, I have not used this module in a long time. I think it would need significant work to make it viable again. |
@hl2659 Do you have logs of when it failed to install? |
After updating the dependencies, it seems the
@mcollina Is there a clear definition of what functions are implemented beyond the tests which I could use to re-build this library? |
@finwo Thanks a lot for getting on this. I attached the failure message from the console and the log file. Please let me know if anything else is needed. |
@hl2659 I recently had a similar issue with a different library, being caused by one of the dependencies not being up-to-date enough to compile with node 16. Are you able to try with an older version of node (through nvm or another manager) to see if that'll work on your machine? |
I also failed with the old version of node due to some incompatible issues, which I could not remember. I have to give up the use of this resources. Sorry guys. |
No worries, it took a long time to get a response, so finding a different solution or workaround is to be expected. |
@mcollina Would you be opposed to me rewriting this module from scratch, keeping the unit tests? There seem to be issues with how the streams in combination with the n3 library work, so a fresh write with the same api would be the easiest way to fix this. |
Sure |
Go for it! |
$ npm install level levelgraph levelgraph-n3 --save
Build failure.
Could anyone help?
I am using
npm -v
7.23.0
node -v
v16.9.0
Should I downgrade to npm 2.1.3 to make it work?
The text was updated successfully, but these errors were encountered: