npm install -g ethereumjs-testrpc
不起作用,它显示错误
npm错误!错误:EACCES:权限被拒绝,访问权限 '/ usr / local / lib / node_modules / ethereumjs-testrpc'npm错误!错误的 (本地)npm错误! {[错误:EACCES:权限被拒绝,访问权限 '/ usr / local / lib / node_modules / ethereumjs-testrpc'] npm ERR! errno: -13,npm错误!代码:“ EACCES”,npm错误! syscall:“访问”,npm错误!路径:'/ usr / local / lib / node_modules / ethereumjs-testrpc'} npm ERR! npm 呃!请尝试以root /管理员身份再次运行此命令。
npm错误!请在任何支持请求中包括以下文件: npm ERR! /home/user/npm-debug.log
答案 0 :(得分:0)
sudo npm install -g ethereumjs-testrpc
您必须以超级用户身份运行此命令,否则它将无法运行。因为它正在尝试访问您的文件系统。