我正在Windows 10环境中使用Maven工具构建一个项目。
它有一个UI模块,实际上是一个angularjs项目。
每次构建该UI模块时,都会出现以下错误:
Module build failed: Error: Missing binding C:\Users\gargshub\Documents\work\hpsw-opr-core\components\html\node_modules\node-sass\vendor\win32-x64-57\binding.node
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 8.x
Found bindings for the following environments:
- Windows 64-bit with Node.js 6.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass --force` to build the binding for your current environment.
我已多次重建node-sass以及全局位置以及node-sass的位置。我也尝试过安装和卸载nodejs。但是没有任何效果。 我当前的nodejs版本是8.1.1,npm版本是5.0.3
以前我的nodejs版本为10,npm版本为6,这也给了我不同的错误。因此,我已经卸载了nodejs 10,并安装了nodejs8。此后,我遇到了上述错误。
请帮助。