欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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

程序员文章站 2022-05-28 23:30:41
...

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

For more information on which environments are supported please see:

https://github.com/sass/node-sass/releases/tag/v3.13.1

    at module.exports (E:\taishou\taiping\node_modules\[email protected]@node-sass\lib\binding.js:13:13)

    at Object.<anonymous> (E:\taishou\taiping\node_modules\[email protected]@node-sass\lib\index.js:14:35)

    at Module._compile (internal/modules/cjs/loader.js:689:30)

    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)

    at Module.load (internal/modules/cjs/loader.js:599:32)

    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)

    at Function.Module._load (internal/modules/cjs/loader.js:530:3)

    at Module.require (internal/modules/cjs/loader.js:637:17)

    at require (internal/modules/cjs/helpers.js:22:18)

    at Object.<anonymous> (E:\taishou\taiping\node_modules\[email protected]@gulp-sass\index.js:187:21)

快被恶心坏了,捣鼓一晚上。

解决方案,先把gulp-sass升级到最新,然后再更新node-sass版本

npm install [email protected]当前最新稳定版本
npm rebuild node-sass

 

相关标签: 常见问题