Skip to content

Instantly share code, notes, and snippets.

@Gustavo-Kuze
Last active October 7, 2020 21:36
Show Gist options
  • Save Gustavo-Kuze/897357df0d0813cf1aaf7b69581136c2 to your computer and use it in GitHub Desktop.
Save Gustavo-Kuze/897357df0d0813cf1aaf7b69581136c2 to your computer and use it in GitHub Desktop.
Erro de cache no NPM

Solução para o erro de cache que ocorre no NPM para usuário Windows com espaços no nome

Executar no cmd:

npm config set cache "C:\Users\Gustavo~1Kuze\AppData\Roaming\npm-cache" --global

NOTE: Se você estiver utilizando o NVM, o CMD deve ser executado como administrador

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