Categories
JavaScript Answers

How to fix Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88) error with JavaScript?

Spread the love

To fix Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88) error with JavaScript, we rebuild node-sass.

For instance, we run

npm rebuild node-sass

to rebuild the node-sass package so that it runs on the computer’s current OS.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *