关于nodejs项目移植问题说明
问题:运行node程序时如果出现:
ERROR in Missing binding H:myWorklvlvProlvlvPro
ode_modules
ode-sassvendorwin32-ia32-48inding.node
Node Sass could not find a binding for your current environment: Windows 32-bit with Node.js 6.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` to build the binding for your current environment.
解决办法:跟nodejs版本有关,保持和原项目node版本一致就没出问题了