Skip to content

Instantly share code, notes, and snippets.

@jeetparikh
Last active March 4, 2017 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeetparikh/d9875024f1d39fc53cc6d915cf3cca70 to your computer and use it in GitHub Desktop.
Save jeetparikh/d9875024f1d39fc53cc6d915cf3cca70 to your computer and use it in GitHub Desktop.
Installing nwjs through npm - Trying to install globally and having issues?
sudo npm install nwjs -g --allow-root
@jeetparikh
Copy link
Author

Trying to install globally and having issues even after running it as sudo? Then the --allow-root option comes in handy. Try this and it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment