Skip to content

fisp安装sass后,执行release报错 #121

@S-HB

Description

@S-HB

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.

按照提示执行 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。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions