Thursday, November 01, 2018

FIX: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime

If you have received below error while running the angular application, please follow below steps to fix this error.


Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (67)


How to fix:

We have rebuild the node-sass package as support for current environment. Please run the below command to fix the above error.

npm rebuild node-sass




No comments: