|
发表于 2017-7-11 14:30:03
|
显示全部楼层
请问出现下列错误是怎么回事
npm WARN checkPermissions Missing write access to /usr/lib/node_modules
/usr/lib
└─┬ [email protected]
└── [email protected]
npm ERR! Linux 4.9.24-v7+
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "homebridge-camera-ffmpeg-omx"
npm ERR! node v7.10.0
npm ERR! npm v4.2.0
npm ERR! path /usr/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/lib/node_modules'
npm ERR! { Error: EACCES: permission denied, access '/usr/lib/node_modules'
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/usr/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! /home/pi/.npm/_logs/2017-07-11T06_27_24_892Z-debug.log
|
|