Skip to content

Instantly share code, notes, and snippets.

@raicerk
Created February 20, 2020 13:19
Show Gist options
  • Save raicerk/649b3b40a58927e6ae5b13295b6c212a to your computer and use it in GitHub Desktop.
Save raicerk/649b3b40a58927e6ae5b13295b6c212a to your computer and use it in GitHub Desktop.
Cambiar permisos de ejecucion de npm en linux
sudo chown -R $(whoami) ~/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment