[Solved] Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.

Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
npm run dev prompts the following error

Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.

Reason: node-sass version is too high, uninstall and reinstall the lower version

1. Uninstall: npm uninstall node-sass

2. Installation: npm install [email protected]

3. Run: npm run dev

Similar Posts:

Leave a Reply

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