-
Notifications
You must be signed in to change notification settings - Fork 397
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
Cannot install node package #9
Comments
@nojaf Hi Florian! Thanks for trying! Yes, this is a known problem running node or npm in a volume mount point. I've opened nodejs/node#8897 to discuss the problem with the Node.js maintainers. At the moment you have to COPY the sources into the container or use the onbuild docker image. I'll close this issue as it is handled in the nodejs/node upstream repo. |
@nojaf I just forgot about the other solution: Use Node.js 4.6.0, the problem only occurs in Node.js 6.x
|
Thanks @StefanScherer, works indeed! |
Arf, I have the same issue with stefanscherer/node-windows:4.6.0 image. PS Script
Raised Error
Same issue with :
Thanks, |
Hi Stefan.
First of all every cool that you've created a nodejs image using windows!
I've created a container using:
I tried to install node-sass but ran into a problem
and I got
Any ideas?
The text was updated successfully, but these errors were encountered: