2

在带有节点 0.6.19 和 NPM v 1.1.4 的 Ubuntu 12.10 上,当我尝试从 NPM 源和克隆的 GitHub 作为 root (sudo) 安装时收到以下消息:

npm ERR! error installing js-yaml@1.0.2
npm ERR! error installing mojito@0.4.9-2
npm ERR! Error: ENOENT, chmod '/usr/local/lib/node_modules/mojito/node_modules/___yuidocjs.npm/package/tests/out/files/input_charts_StackedAreaSeries.js.html'
npm ERR! You may report this log at:
npm ERR!     <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR!     reportbug --attach /home/me/devpath/mojito/npm-debug.log npm
npm ERR! 
npm ERR! System Linux 3.5.0-17-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "mojito"
npm ERR! cwd /home/me/devpath/mojito
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! path /usr/local/lib/node_modules/mojito/node_modules/___yuidocjs.npm/package   /tests/out/files/input_charts_StackedAreaSeries.js.html
npm ERR! fstream_path /usr/local/lib/node_modules/mojito/node_modules/___yuidocjs.npm   /package/tests/out/files/input_charts_StackedAreaSeries.js.html
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chmod
npm ERR! code ENOENT
npm ERR! message ENOENT, chmod '/usr/local/lib/node_modules/mojito/node_modules/___yuidocjs.npm/package/tests/out/files/input_charts_StackedAreaSeries.js.html'
npm ERR! errno {}
npm ERR! fstream_stack Object.oncomplete (/usr/lib/nodejs/fstream/lib/writer.js:285:17)

npm ERR! Error: ENOENT, chmod '/usr/local/lib/node_modules/mojito/node_modules/js-yaml/bin/js-yaml.js'
npm ERR! You may report this log at:
npm ERR!     <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR!     reportbug --attach /home/me/devpath/mojito/npm-debug.log npm
npm ERR! 
npm ERR! System Linux 3.5.0-17-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "mojito"
npm ERR! cwd /home/me/devpath/mojito
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! path /usr/local/lib/node_modules/mojito/node_modules/js-yaml/bin/js-yaml.js
npm ERR! code ENOENT
npm ERR! message ENOENT, chmod '/usr/local/lib/node_modules/mojito/node_modules/js-yaml/bin/js-yaml.js'
npm ERR! errno {}
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/me/devpath/mojito/npm-debug.log
npm not ok

我不知所措。为什么我会得到一个 sudo 的 chmod 错误?我从这里去哪里?

4

1 回答 1

1

在过去的一个小时里,我一直在处理同样的问题。尽管我发现很多人报告了相同的错误,但我仍然不知道确切的问题是什么。该问题似乎与您拥有的 npm 版本有关。我做了这些步骤来解决这个问题:

1) 更新节点。

2) 更新了 npm。(须藤 npm 安装 -g npm)

3)清除缓存。(须藤 npm 清除缓存)

于 2013-01-02T18:54:41.193 回答