Last active
August 1, 2019 08:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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