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