Skip to content
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

Warning "root" does not have permission to access the dev dir #454 #608

Closed
cliveb opened this issue Apr 8, 2015 · 3 comments
Closed

Warning "root" does not have permission to access the dev dir #454 #608

cliveb opened this issue Apr 8, 2015 · 3 comments

Comments

@cliveb
Copy link

cliveb commented Apr 8, 2015

tjwebb opened this issue on Jun 7, 2014 - still open April 7, 2015

#454

NodeSchool is using node-gyp newbs are coming across the issue.

Install the core workshops with these commands:
npm install -g learnyounode
npm install -g javascripting
npm install -g git-it
npm install -g how-to-npm
npm install -g stream-adventure

@ngonzalvez
Copy link

I had the same problem. The solution was to give my user access to the folder where npm was installed.

I fixed it with:
sudo chown -R $USER which npm

@leecade
Copy link

leecade commented Jun 12, 2015

+1

@kryz not works for me,

iojs v2.2.1

@aleclarson
Copy link

No solution found for iojs v1.6.2. I switched to node v0.12.4 and the installation worked.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants