关于nodejs项目移植问题说明

来源:互联网 发布:杨虎城 蒋介石 知乎 编辑:程序博客网 时间:2024/06/05 02:14
关于nodejs项目移植问题说明
问题:运行node程序时如果出现:
ERROR in Missing binding H:\myWork\lvlvPro\lvlvPro\node_modules\node-sass\vendor\win32-ia32-48\binding.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版本一致就没出问题了

原创粉丝点击