安装cnpm源时候出这些错误问题,这怎么解决?
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "cnpm" "--registry=https://registry.npm.taobao.org"
npm ERR! node v6.8.0
npm ERR! npm v3.10.8
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! at Error (native)
npm ERR! { Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! at Error (native)
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/usr/local/lib/node_modules' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/wscart/npm-debug.log
権限が不十分です (「権限が拒否されました」)、
sudo npm install -g xxx
それは情報源の問題ではありません。それは、権限がないためです
のみを書くことができます最初に osx/liunx の権限を調べる必要があります
ユーザーにはシステム ディレクトリ (/usr/local/lib/node_modules) に書き込む権限がありません
ユーザーは
~/
または/User/你的账户名
以下システム ディレクトリに書き込む必要がある場合は、コマンドの前に sudo と入力してスーパー アクセス許可を付与します