-
Notifications
You must be signed in to change notification settings - Fork 2
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 WARN checkPermissions Missing write access to /usr/local/lib/node_modules #3
Comments
There's no point to install something globally, just skip |
grunt and bower don't work without global installation (( |
Node.js have a lot of packages which must be installed globally, and will not work without it!! |
then just access the container as root |
it is not a right solution, then all files created by grunt become unavailable by local user |
You're right, I've released wodby/node 0.11.2 with the changed global npm directory to resolve permissions issue, please let me know if that helped. |
command: sh -c 'npm install && npm install -g bower && bower install && npm install -g grunt && grunt'
I need bower and grunt in my project, but i get:
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
The text was updated successfully, but these errors were encountered: