我已經安裝在UbuntuNPM安裝不工作
node -v v0.10.25
npm -v gives 1.3.10
時的NodeJS我跑
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:
任何想法?
它爲什麼給我這個錯誤
感謝您要安裝
你爲什麼使用這樣一箇舊版本的Node.js的?我建議從他們的網站上獲取其源代碼的最新版本(v4.2.1),在本地構建並安裝它。 – ryder
我正在安裝在Ubuntu Live機器上。 apt-get install nodejs –
我已經有本地項目運行。現在它給了我erEr ^ 錯誤:無法找到模塊'我們在那裏' –