-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fis-parser-sass插件安装失败 #33
Comments
什么原因 这个插件老是安装不上,centos6.5 |
用 |
前段的框架现在是用的fis-parser-sass 服务器上得装这个 |
快速上手
jello用的这个 |
|
node-gyp 安装了? 求怎么本地编译,源码里么有 binding.gyp |
额,还需要升级 gcc 4.6 最好是 4.8 . |
jello release 用 fis-parser-node-sass后 fis.config.set('roadmap.ext', { 报错: |
升级gcc4.8.5 还是装不上 |
第一,你装上了 gcc4.8 只是第一步,你得保证编译的时候,也就是 node-gyp 选中的编译器是 gcc4.8 |
我在安装这个时也遇到了问题
被坑了两天了,也是没谁了,说多了都是泪。。。 https://github.com/fex-team/fis3 的 |
jello release 怎么由使用fis-parser-sass改为使用 fis-parser-node-sass |
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
node: v0.12.7
npm: 2.11.3
npm install -g fis-parser-sass
\
Downloading http://fisstatic.duapp.com/addons/fis-sass/3.1.0/linux-x64/0.12.0/binding.node ...
Received 522K...
Received 1036K...
Received 1553K...
Received 1753K total.
Test failed!
child_process: customFds option is deprecated, use stdio instead.
make: Entering directory
/apps/node-v0.12.7-linux-x64/lib/node_modules/fis-parser-sass/node_modules/fis-sass/build' CXX(target) Release/obj.target/binding/src/binding.o ../src/binding.cpp: In function ‘Sass_Import** sass_importer2(const char*, const char*, void*)’: ../src/binding.cpp:27: warning: null argument where non-null required (argument 1) ../src/binding.cpp:28: warning: null argument where non-null required (argument 1) ../src/binding.cpp: In function ‘void GetStats(v8::Handle<v8::Object>, Sass_Context*)’: ../src/binding.cpp:95: error: ‘nullptr’ was not declared in this scope make: *** [Release/obj.target/binding/src/binding.o] Error 1 make: Leaving directory
/apps/node-v0.12.7-linux-x64/lib/node_modules/fis-parser-sass/node_modules/fis-sass/build'gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/apps/node-v0.12.7-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
gyp ERR! stack at ChildProcess.emit (events.js:110:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
gyp ERR! System Linux 2.6.32-925.431.29.2.el6.x86_64
gyp ERR! command "node" "/apps/node-v0.12.7-linux-x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /apps/node-v0.12.7-linux-x64/lib/node_modules/fis-parser-sass/node_modules/fis-sass
gyp ERR! node -v v0.12.7
gyp ERR! node-gyp -v v2.0.1
gyp ERR! not ok
Build failed
npm ERR! Linux 2.6.32-925.431.29.2.el6.x86_64
npm ERR! argv "/apps/node-v0.12.7-linux-x64/bin/node" "/apps/node-v0.12.7-linux-x64/bin/npm" "install" "-g" "fis-parser-sass"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install:
node build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node build.js'.
npm ERR! This is most likely a problem with the fis-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls fis-sass
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
The text was updated successfully, but these errors were encountered: