Skip to content

Instantly share code, notes, and snippets.

@karataserkan
Last active December 27, 2019 10:56
Show Gist options
  • Save karataserkan/f249a737b2ad9211d7d9e5f89366344d to your computer and use it in GitHub Desktop.
Save karataserkan/f249a737b2ad9211d7d9e5f89366344d to your computer and use it in GitHub Desktop.
#node-saas error
sudo npm install --unsafe-perm -g node-sass
#clean & reinstall
npm cache clean --force
rm -rf node_modules
rm package-lock.json
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment