且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Npm 安装不起作用

更新时间:2023-01-03 14:15:37

检查您尝试安装的所有软件包.其中一些可能未从 npm 发布.请参阅此问题:https://github.com/npm/npm/issues/4982

I have installed nodejs on ubuntu

node -v v0.10.25

npm -v  gives 1.3.10

when i run

 sudo npm install -g 
or sudo npm install 

it gives me following error

1523 error TypeError: Cannot read property 'latest' of undefined 1523 error at next (/usr/share/npm/lib/cache.js:687:35) 1523 error
at /usr/share/npm/lib/cache.js:675:5 1523 error at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7) 1523 error at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7 1523 error at Object.oncomplete (fs.js:107:15) 1524 error If you need help, you may report this log at:

Any idea ?

why it is giving me this error

Thanks

Check all the packages you are trying to install. Some of them might be unpublished from npm. See this issue: https://github.com/npm/npm/issues/4982