Skip to content

Instantly share code, notes, and snippets.

@MarioBinder
Last active August 1, 2019 08:20
Show Gist options
  • Select an option

  • Save MarioBinder/6ec623381af428af850344883230aed6 to your computer and use it in GitHub Desktop.

Select an option

Save MarioBinder/6ec623381af428af850344883230aed6 to your computer and use it in GitHub Desktop.
Error: Node Sass does not yet support your current environment: Windows 64-bit
Uninstall node-sass: npm uninstall node-sass or delete the folder node_modules/node-sass. Delete package-lock.json,
and clean the cache: npm cache clean --force, then do npm update, npm install, npm update.
then again try to install node sass: npm install node-sass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment