Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt
Posted zxh06820
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt相关的知识,希望对你有一定的参考价值。
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (72) For more information on which environments are supported please see: https://github.com/sass/node-sass/releases/tag/v4.7.2
解决办法:
思路:单独 install 一下出错的module: Node Sass。
命令:#npm install node-sass --save-dev
或者 #cnpm install node-sass --save-dev
--save-dev表示仅保存在当前项目中。
测试有效。
以上是关于Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt的主要内容,如果未能解决你的问题,请参考以下文章
Syntax Error: Error: Node Sass does not yet support your current environment
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt
启动项目时出现Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupport
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime(代码片
Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime