@[TOC](Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93))
Importing other people’s Vue projects on gitee or GitHub can easily lead to incompatible node sass versions. Generally, you are prompted as follows:
Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.12.0
This is the error encountered
We open the web page on the link and find that it is the corresponding version. My node version is 16, which is incompatible
Here, you need to change the version of node sass in package.json to match the notejs Version (emphasis)
On the official website, you can see that my nodejs (16) corresponds to 6.0+
After modification, it is better to delete the previous node sass Version (under the node_medules directory)
Re execute NPM I or cnpm I to re import dependencies
Done!!!
Read More:
- Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtim
- Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
- Module build failed: Error: ENOENT: no such file or directory, scandir,‘node_modules\node-sass\vend’
- Module build failed: error: cannot find module ‘node sass’ error
- Error: cannot find module ‘node sass’
- Module build failed (from ./node_modules/postcss-loader/src/index.js):
- How to Fix Module build failed: Error: ENOENT: no such file or directory, scandir xxxxxx\node_…
- The Vue project does not install node sass and an error is reported
- Webpack — module build failed: error: the node API for ‘Babel’ has been moved to Babel core
- Simple solution for node sass installation failure
- Failed to build gem native extension encountered while installing sass
- Solution to node sass installation failure
- How to Fix webpack Module build failed Error: The node API for ‘babel’ has been moved to babel-core
- Module not found: Error: Can’t resolve ‘sass-loader’ in ‘F:\H5\project-h5’
- Node Sass version 6.0.1 is incompatible with ^4.0.0.
- Solution to the problem of selecting node sass when creating vue-cli3
- AppCompat does not support the current theme features
- Webpack error module build failed: typeerror: fileSystem.statSync is not a function
- Quartus ii 13.1 compilation does not pass: Error (119013): Current license file does not support the EP4CE10F17C8 device
- Syntax Error: Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.