您的位置:首页 > 运维架构 > Linux

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

2016-12-07 09:59 579 查看

在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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  node.js npm linux
相关文章推荐