安装firebase-tools

时间:2017-09-06 03:37:00

标签: node.js npm firebase-tools

我正在尝试安装firebase-tools,但我收到了以下错误

root@dell-Inspiron-3542:/home/dell# npm install -g firebase-tools
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: async@1.0.0     (node_modules/firebase-tools/node_modules/@google-cloud/functions-emulator /node_modules/async):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sha1-+PwEyjoTeErenhZBr5hXjPvWR6k= integrity checksum failed when using sha1: wanted sha1-+PwEyjoTeErenhZBr5hXjPvWR6k= but got sha1-MFWnerUOFFoQ4RGVO5qRs6aDFew=. (13270 bytes)

npm ERR! code EINTEGRITY
npm ERR! sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= integrity checksum failed when using sha1: wanted sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= but got sha1-C7um0vYsDjQcA9NpIGhvtn7+YU0=. (21377 bytes)

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2017-09-06T03_26_15_726Z-debug.log

我的节点版本是v8.4.0

npm版本是     5.3.0。

注意:我使用nvm来管理不同的节点版本。

0 个答案:

没有答案