1
Windows 7에 node --version v0.8.22
이 있습니다. npm install node-xmpp
명령으로 node-xmpp
을 설치하려고합니다. 나는 express, log4js 및 socket.io를 npm install
으로 설치했지만 node-xmpp는 다음 오류를 발생시킵니다.창 7에 node-xmpp 설치
786 info preuninstall [email protected]
787 info uninstall [email protected]
788 verbose true,C:\www\resume-bootstrap\src\node_modules,C:\www\resume-bootstrap\src\node_modules unbuild [email protected]
789 info postuninstall [email protected]
790 error [email protected] install: `node-gyp rebuild`
790 error `cmd "/c" "node-gyp rebuild"` failed with 1
791 error Failed at the [email protected] install script.
791 error This is most likely a problem with the node-expat package,
791 error not with npm itself.
791 error Tell the author that this fails on your system:
791 error node-gyp rebuild
791 error You can get their info via:
791 error npm owner ls node-expat
791 error There is likely additional logging output above.
792 error System Windows_NT 6.1.7601
793 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "node-xmpp"
794 error cwd C:\www\resume-bootstrap\src
795 error node -v v0.8.22
796 error npm -v 1.2.14
797 error code ELIFECYCLE
798 verbose exit [ 1, true ]
어떤 의미로 생각하세요?
감사합니다.
답변 해 주셔서 감사합니다. 일단 내가 시험해 보면 대답을 받아 들일거야. – sissonb