NPM run dev error:
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
Copy the code
The solution
If you look closely at the error, you’ll see a git address:
https:/ / github.com/sass/node-sass/releases/tag/v6.0.0
Copy the code
Check node versions supported by Node-sass6.0.0 and then check your own node version:
Check whether the Node version is supported. I have modified it to support it. If not, click the Tags TAB at the top of github page to check the supported version, modify the Nod-sass version number of the project package.json, and reinstall the dependent startup