You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fis-plus安装成功,fisp -v 能看到fisp版本。
npm install fis-parser-node-sass -g 安装sass成功。
执行 fisp release -d xxx 时,提示如下:
load plugin [fis-parser-node-sass] error : Missing binding /usr/local/lib/node_modules/fis-parser-node-sass/node_modules/node-sass/vendor/darwin-x64-48/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 6.x
Found bindings for the following environments:
OS X 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.
fis-plus安装成功,fisp -v 能看到fisp版本。
npm install fis-parser-node-sass -g 安装sass成功。
执行 fisp release -d xxx 时,提示如下:
load plugin [fis-parser-node-sass] error : Missing binding /usr/local/lib/node_modules/fis-parser-node-sass/node_modules/node-sass/vendor/darwin-x64-48/binding.node
Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 6.x
Found bindings for the following environments:
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.按照提示执行 npm rebuild node-sass 并没有效果;
到/usr/local/lib/node_modules/fis-parser-node-sass/node_modules/node-sass/vendor/darwin-x64-48目录下,发现没有bingding.code文件
请问这是什么引起的错误呢。本地除了安装fis-plus,也安装了fis3。
The text was updated successfully, but these errors were encountered: