更新Node.js的到0.10.23
後,我試圖安裝時的呼嚕聲有錯誤。NPM安裝「添加緩存目錄」的錯誤在Windows 7
系統:Win7 x64。節點版本:0.10.23,npm版本:1.3.17
66 silly lockFile d63f3d0b-grunt-cli [email protected]
67 error Error: Adding a cache directory to the cache will make the world implode.
67 error at addLocalDirectory (c:\nodejs\node_modules\npm\lib\cache.js:1120:45)
67 error at c:\nodejs\node_modules\npm\lib\cache.js:1173:7
67 error at cb (c:\nodejs\node_modules\npm\lib\utils\tar.js:150:7)
67 error at c:\nodejs\node_modules\npm\lib\utils\tar.js:147:9
67 error at c:\nodejs\node_modules\npm\node_modules\lockfile\lockfile.js:61:41
67 error at Object.oncomplete (fs.js:107:15)
68 error If you need help, you may report this *entire* log,
68 error including the npm and node versions, at:
68 error <http://github.com/isaacs/npm/issues>
69 error System Windows_NT 6.1.7601
70 error command "c:\\nodejs\\node.exe" "c:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "grunt-cli"
71 error cwd z:\home\minpik.lc\www
72 error node -v v0.10.23
73 error npm -v 1.3.17
74 verbose exit [ 1, true ]
Thx,all。看起來像node.js 0.10.23 buged的東西。我完全刪除了最新版本並安裝了0.8.9,現在沒關係。
在節點 – sachinjain024