我需要建立旧的项目,这是使用node-sass模块。我找不到一个解决方案,因为我尝试的一切都失败了。实际上,我得到这个错误:
..\node_modules\node-sass\lib\binding.js:13
throw new Error(errors.unsupportedEnvironment());
^
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (111)
我无法升级到sass,因为我需要使用node-sass版本4.14.0
这是我的节点版本:
x一个一个一个一个x一个一个二个x
我已经尝试了我在其他问题中找到的一切,比如
一个三个三个一个
还有很多其他人请试着引导我找到一个可行的解决方案。
在我的项目中,我们需要node-sass@4. 14. 0,但是如果我尝试:
npm install node-sass@4.14.0
我得到
npm ERR! errno 1
npm ERR! node-sass@4.14.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
1条答案
按热度按时间jgwigjjp1#
node-sass
已弃用,请删除它。Angular 依赖项只会提取构建sass所必需的内容。