1

“npm install googleapis”会产生以下错误:

npm ERR! Error: No compatible version found: inherits@'^2.0.1'
npm ERR! Valid install targets:
npm ERR! ["1.0.0","2.0.0","2.0.1"]
npm ERR!     at installTargetsError (C:\Program Files\nodejs\node_modules\npm\lib\cache.js:553:10)
npm ERR!     at C:\Program Files\nodejs\node_modules\npm\lib\cache.js:477:15
npm ERR!     at saved (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\get.js:138:7)
npm ERR!     at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:218:7
npm ERR!     at Object.oncomplete (fs.js:297:15)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>
4

1 回答 1

1

我有同样的问题(OS X 10.9.4)。原来的问题是一个过时的 node/npm 安装,我从 node.js 主页升级到最新版本。不确定 node 或 npm 是否是罪魁祸首,但升级两者都解决了您描述的问题。

于 2014-08-19T07:28:16.950 回答