我已经按照指南进行了
npm doesn't work, get always this error -> Error: Cannot find module 'are-we-there-yet'
然而,当我运行
时cd /usr/local/Cellar/node/0.10.40/lib/node_modules [adjusted for current version
命令它说它不存在......它不存在......
事实上,没有本地/地窖指令。
node --version返回0.10.40
每次我运行npm时都会收到此错误
module.js:340
throw err;
^
Error: Cannot find module 'are-we-there-yet'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous>
(/usr/local/lib/node_modules/npm/node_modules/npmlog/log.js:2:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
我用apt-get安装了nodejs。
我想将此作为对原始链接的评论发布,但需要一些代表。
答案 0 :(得分:1)
我认为这是因为npm版本不兼容 我经历了以下步骤
<div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
<label class="lbl" for="a">Fee</label>
</div>
<input type="checkbox" id="a" ng-model="x.y">
现在一切正常。
的详细信息