Skip to main content

Updating node version for local

  • nvm install v12.17.0
  • nvm alias default 12.17.0
  • nvm use default
  • then npm install again

If you get an issue when trying to run your server afterward, you can run this:

npm rebuild node-sass (- says it in the error message)