2013-04-17 55 views
2

有沒有人有在Cent OS或Ubuntu的最新版本上從頭到尾安裝node-xmpp的更新指南?有沒有人有安裝node-xmpp的更新指南?

我試圖安裝,但繼續出現以下錯誤:

Cannot load StringPrep-0.1.0 bindings. You may need to `npm install node-stringprep' 

這是日誌STRINGPREP:

[email protected]:~/node-latest-install# npm install node-stringprep 
npm http GET https://registry.npmjs.org/node-stringprep 
npm http 200 https://registry.npmjs.org/node-stringprep 
npm http GET https://registry.npmjs.org/node-stringprep/-/node-stringprep-0.1.5.tgz 
npm http 200 https://registry.npmjs.org/node-stringprep/-/node-stringprep-0.1.5.tgz 

> [email protected] install /root/node-latest-install/node_modules/node-stringprep 
> node-gyp rebuild 

make: Entering directory `/root/node-latest-install/node_modules/node-stringprep/build' 
CXX(target) Release/obj.target/node-stringprep/node-stringprep.o 
SOLINK_MODULE(target) Release/obj.target/node-stringprep.node 
SOLINK_MODULE(target) Release/obj.target/node-stringprep.node: Finished 
COPY Release/node-stringprep.node 
make: Leaving directory `/root/node-latest-install/node_modules/node-stringprep/build' 
[email protected] node_modules/node-stringprep 
+0

不相關型號的問題,但只是想分享的是,我試圖在Windows上安裝節點XMPP但現在看來,它不會安裝在它上面。讓我知道是否有人嘗試過這樣做..我正在關注如何使用nodejs創建Google聊天漫遊器的教程。 – noobcode

回答

3

我有完全相同這個問題上的Fedora 17上安裝節點XMPP系統。

對我來說,解決方案是百勝安裝libicu-devel的

libicu「提供Unicode和全球化支持的軟件應用程序」,我想是由節點 - 需要上最新版本的這XMPP。

https://github.com/astro/node-stringprep