我刚刚重新安装了Ubuntu 12.04 LTS,之前我做了以下其他步骤:
通过包管理器使用以下脚本安装节点
sudo apt-get update sudo apt-get install python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs
试图在全球安装yeoman,express,n,yeoman的发电机,所有这些都返回了相同的错误
错误的ERR!错误:EACCES,符号链接'../lib/node_modules/n/bin/n'
错误的ERR!{[错误:EACCES,符号链接'../lib/node_modules/n/bin/n']错误号:3,代码:'EACCES',路径:'../lib/node_modules/n/bin/n'}
错误的ERR!
错误的ERR!请尝试以root / Administrator身份再次运行此命令。
错误的ERR!系统Linux 3.8.0-29-通用
错误的ERR!命令“/ usr / bin / node”“/ usr / bin / npm”“install”“ - g”“ - d”“n”
错误的ERR!cwd / home / heberlz
错误的ERR!node -v v0.10.20
错误的ERR!npm -v 1.3.11
错误的ERR!路径../lib/node_modules/n/bin/n
错误的ERR!代码EACCES
错误的ERR!错误3
错误的ERR!堆栈错误:EACCES,符号链接'../lib/node_modules/n/bin/n'
错误的ERR!
错误的ERR!其他记录详细信息可在以下位置找到
错误的ERR!/home/heberlz/npm-debug.log
错误的ERR!不好的代码0
以递归方式回收以下文件夹的所有权〜/ .npm,/ usr / lib / node,/ usr / lib / node_modules以及以下符号链接/ usr / bin / node,/ usr / bin / nodejs 绝对没有成功
我需要安装yeoman及其发电机,没有sudo以后不会遇到麻烦:(
PIPIONE
相关分类