-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
npm install fails on Ubuntu 14.04 LTS #61
Comments
Have you tried |
@abbr Ahh, so on both versions of Node (4.4.5 and 5.11.1), installing locally works just fine but installing globally does not and provides the same error log as above. |
Using 6.5 (also on 16.04) I'm getting this error when in root |
Also seeing this error on 16.04. Tried cleaning the cache, but this did not fix it. |
I can pass by own user on 16.04. but root user makes it. |
Hi I also have the same issue on Ubuntu 16.04. As a total beginner with javascript, I would be very happy to receive some guidance on that issue? I tried updating npm and nodejs, and did:
and have hence npm version 3.5.2 and nodejs v 4.2.6. Can I rule out the issue is on these? Is there anything else I can do to be able to install deasync? Thanksss! |
Using Yarn worked |
@kidandcat I think it worked using yarn because yarn has a seperate lockfile. try removing |
This worked for me (took a bit of research and testing, so hope it works for you!): Update NodeJS:
Install Yarn:
Install deasync with Yarn:
|
Trying to install a module that has
deasync
as a dependency, and on both Node 4.4.5 and 5.11.1 the build fails as such:The text was updated successfully, but these errors were encountered: