我试图为firebase执行npm install但是我一直遇到错误... 我尝试使用npm版本5.6.0和5.7.1 我甚至尝试过安装assert-plus,但也失败了(类似的错误如下)。有什么建议吗?
vagrant [polaris]> npm install firebase
npm ERR! path /vagrant/polaris/node_modules/grpc/node_modules/dashdash/node_modules/assert-plus/package.json.2882240414
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/vagrant/polaris/node_modules/grpc/node_modules/dashdash/node_modules/assert-plus/package.json.2882240414'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/vagrant/.npm/_logs/2018-03-14T23_28_13_938Z-debug.log
答案 0 :(得分:1)
您应该使用npm install -g firebase-tools
代替npm install -g firebase
。之后,您就可以在PC上初始化项目了。
答案 1 :(得分:0)
一个快速的建议。删除您的node_modules文件夹并执行全新的&nbsp install'。