2016-11-07 3 views
0

Xubuntu에서이 명령을 실행할 때 몇 가지 오류가 발생합니다.shasum 점검 실패 - 설치 hubot 및 npm

NPM

다음 지침 내가해야 어디 단계에 도달 할 때 내 실수 명령을 점프했다 아마 가정

https://arthacker.net/how-to-install-hubot-on-ubuntu-14-04-lts-de3263cead51#.2c45h2a4f

이 게시물에서 요 발전기 hubot를 -g 설치; sudo ln -s/usr/bin/nodejs/usr/bin/node

그러나 오류 (파일이 있음)를 얻었으므로 다음과 같은 단계로 이동했습니다. 오류.

[email protected]:/home/sa# npm install -g yo generator-hubot 
npm WARN deprecated [email protected]: the module is now available as 'css-select' 
npm WARN deprecated [email protected]: the module is now available as 'css-what' 
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue 
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue 
npm ERR! Linux 4.4.0-45-generic 
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "yo" "generator-hubot" 
npm ERR! node v7.0.0 
npm ERR! npm v3.10.9 

npm ERR! shasum check failed for /tmp/npm-4682-604231ef/registry.npmjs.org/rx/-/rx-2.5.3.tgz 
npm ERR! Expected: 21adc7d80f02002af50dae97fd9dbf248755f566 
npm ERR! Actual: 84e6ac5ecfa4396589730d136d466c7e41c15a4a 
npm ERR! From:  https://registry.npmjs.org/rx/-/rx-2.5.3.tgz 
npm ERR! 
npm ERR! If you need help, you may report this error at: 
npm ERR!  <https://github.com/npm/npm/issues> 

npm ERR! Please include the following file with any support request: 
npm ERR!  /home/sa/npm-debug.log 

[email protected]:~# npm -v 
3.10.9 
[email protected]:~# node -v 
v7.0.0 

답변

0

명령을 사용하여 문제가 해결되었습니다.

npm cache clean 

그 다음에 명령을 반복하십시오.

제너레이터가 작동합니다. Hubot과의 상호 작용에는 여전히 어려움이 있습니다. (hubot을 시작한 후 응답이 없으며 hubot 도움말과 같은 명령을 전송 함).