CNode

虚拟机ubuntu安装express出错

Ccoolicer发布于13 年前最后回复13 年前2 回复4907 浏览0 收藏
npm ERR! Error: EROFS, symlink '../express/bin/express'
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](/user/googlegroups).com>

npm ERR! System Linux 3.8.0-19-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /home/www/nodejs/demo
npm ERR! node -v v0.10.15
npm ERR! npm -v 1.3.5
npm ERR! path ../express/bin/express
npm ERR! code EROFS
npm ERR! errno 56
查看回复

回复 (2)

B
blwang#1·13 年前

EROFS means it's a readonly file system. Make sure you are installing it on a mounted and formatted drive? Also make sure you have write permission to the folder

C
coolicer#2·13 年前
参与回复
登录后即可参与回复。登录