-
-
Notifications
You must be signed in to change notification settings - Fork 197
EACCES: permission denied, mkdir '/var/root/.local/share/.nativescript-cli' #1364
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
Comments
well, actually, tns still works |
I get the same error. Edit: This solved it: npm install -g --unsafe-perm nativescript |
Hi @dmatora , Unfortunately there's nothing we can do here, so I'm closing this issue. |
I ran |
Why do so many node packages insist on adding a hidden directory to the current users home folder? |
Getting
Error: EACCES: permission denied, mkdir '/var/root/.local/share/.nativescript-cli' at FiberFuture.Future.wait (/usr/local/lib/node_modules/nativescript/node_modules/fibers/future.js:535:15) at /usr/local/lib/node_modules/nativescript/lib/nativescript-cli.js:20:45 - - - - - at Error (native)
when trying to do
sudo npm i -g nativescript
at OS X 10.11.2 (15C50)npm - 3.3.12
node - v5.3.0
mkdir /var/root/.local/share/.nativescript-cli works fine and doesn't solve the issue
The text was updated successfully, but these errors were encountered: