Skip to content
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 pass 在最新的node v0.11.14中报错 #2

Open
okoala opened this issue Nov 28, 2014 · 7 comments
Open

fis pass 在最新的node v0.11.14中报错 #2

okoala opened this issue Nov 28, 2014 · 7 comments

Comments

@okoala
Copy link

okoala commented Nov 28, 2014

Downloading http://fisstatic.duapp.com/addons/fis-sass/0.1.17/linux-x64/0.9.11/binding.node ...
Received 514K...
Received 1032K...
Received 1269K total.
Test failed!
child_process: customFds option is deprecated, use stdio instead.
child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/var/www/c001_node/node_modules/fis-parser-sass/node_modules/fis-sass/build'
  CXX(target) Release/obj.target/binding/binding.o
  CXX(target) Release/obj.target/binding/lib/sync.o
../lib/sync.cc: In function ‘void Sass2scss(const v8::FunctionCallbackInfo<v8::Value>&)’:
../lib/sync.cc:55: 错误:‘New’不是‘v8::String’的成员
make: *** [Release/obj.target/binding/lib/sync.o] 错误 1
make: Leaving directory `/var/www/c001_node/node_modules/fis-parser-sass/node_modules/fis-sass/build'
@2betop
Copy link
Member

2betop commented Nov 28, 2014

没有预先编译 0.11 的二进制包 ,请用 node 0.10.xx

@qdsang
Copy link

qdsang commented Apr 10, 2015

怎么编译?

@2betop
Copy link
Member

2betop commented Apr 10, 2015

你要build 0.11 的? 现在 0.12 是支持的,理论上 0.11 也支持。为何要用不稳定的 node 版本呢?

@2betop
Copy link
Member

2betop commented Apr 10, 2015

npm install -g node-gyp
cd fis-sass 
node-gyp rebuild

@qdsang
Copy link

qdsang commented Apr 10, 2015

=。= 11是不稳定版本? 我一个哥们用的11

@qdsang
Copy link

qdsang commented Apr 10, 2015

安装失败的时候能自动尝试编译么?
爆错误信息的时候给个解决方案也行啊~

@2betop
Copy link
Member

2betop commented Apr 10, 2015

目标机器有编译环境就行,一般 mac/linux 安装上 node-gyp 和 python 就差不多了。预编译版本不能用会自动自己编译。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants