我正在运行此命令并一个接一个地获取连续错误。 模块不存在。我安装该模块,它显示下一个模块不存在。例如:模块错误之一--->>
错误:找不到模块'shelljs' 在Function.Module._resolveFilename(module.js:338:15) 在Function.Module._load(module.js:280:25) 在Module.require(module.js:364:17) at require(module.js:380:17) 在对象。 (/home/bele/.nvm/v0.10.33/lib/node_modules/generator->angular/node_modules/yeoman-generator/lib/actions/user.js:2:13) 在Module._compile(module.js:456:26) at Object.Module._extensions..js(module.js:474:10) 在Module.load(module.js:356:32) 在Function.Module._load(module.js:312:12) 在Module.require(module.js:364:17)
答案 0 :(得分:0)
可能是你安装的老版本
npm cache clean && npm upgrade -g yo
答案 1 :(得分:0)
要进行保存,我还会更新所有相关工具:
npm update -g npm yo bower grunt
。
有时,bower无法在第一时间下载所有依赖项,并且需要再次运行bower install
。