Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 6.x

在linux上启动程序遇到了下面的问题:

ERROR in Missing binding /home/linux-haow/文档/seeker/client/node_modules/node-sass/vendor/linux-x64-48/binding.node
[1] Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 6.x
[1] 
[1] Found bindings for the following environments:
[1]   - Linux 64-bit with Node.js 4.x
[1] 
[1] This usually happens because your environment has changed since running `npm install`.
[1] Run `npm rebuild node-sass` to build the binding for your current environment.

 

解决办法:

 

At first going into project folder. Then write bellow code
npm rebuild node-sass --> Enter

本人南山区看机会,路过的大佬求带。
 

 

 

你可能感兴趣的:(liux系统学习)