【发布时间】:2016-09-01 08:38:39
【问题描述】:
我正在尝试使用 Visual Studio 2015 运行 Angular2 项目。当我通过 Windows 控制台命令“npm start”使用 npm 启动该项目时,该项目完美运行。
我尝试使用 npm Task Runner for VS 做同样的事情,但出现此错误:
ERROR in Missing binding C:\Projets\BONewArchi\WebPack\node_modules\node-sass\vendor\win32-ia32-47\binding.node
浏览器还会显示以下消息:
Missing binding C:\Projets\BONewArchi\WebPack\node_modules\node-sass\vendor\win32-ia32-47\binding.node
Node Sass could not find a binding for your current environment: Windows 32-bit with Node.js 5.x
Found bindings for the following environments:
- Windows 64-bit with Node.js 4.x
我该如何解决?
编辑:重要的精度:项目使用 webpack
【问题讨论】:
标签: angular visual-studio-2015 npm webpack