-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fails to install with Node.js 10.x #1347
Comments
Also relevant: ipfs-inactive/dev-team-enablement#36 |
Looks like This should be pushed into It would be great to sort that out as well whilst upgrading leveldown to a version that works with Node.js 10.x. @jacobheun @pgte do you have some bandwidth to untangle this? |
@alanshaw I've created the issue in ipfs-repo to help track that there as well. I should be able to pause what I am currently working on and shift to this as it's a higher priority. My goal, aside from resolving the root failure, will be to try and get all the level dependencies and logic into |
Also having this issue, with node 10 and OSX. I remember getting a problem similar to this when trying to install pouchdb, which could be solved with setting |
resolved by #1358 and released in v0.29.1 🎉 |
Still have this issue. Code:
Output:
Or is it normal and all ok? Maybe these errors solved by further actions? |
@Jonybang There is an issue with gc-stats in node 10: dainis/node-gcstats#30 This shouldn't affect normal operations, as gc-stats is an optional dependency, but it will cause monitoring to not receive data until it is resolved. This affects monitoring when the |
The latest gc-stats was released, 1.2.0, this should no longer be an issue. |
I think this is still an issue: In file included from ../fs-ext.cc:29:
|
@rednaxus are you seeing this from a clean install? I just ran |
well...ok...not quite sure what happened, but now it seems to get through ok |
Type: Bug
Severity: Critical
Description:
Installing JS-IPFS with Node.js 10.x fails.
It looks like leveldown (and possibly others) cannot be installed and might need to be updated.
Steps to reproduce the error:
The text was updated successfully, but these errors were encountered: