码迷,mamicode.com
首页 > 数据库 > 详细

WARN checkPermissions Missing write access to /usr/local/lib/node_modules

时间:2020-01-02 22:55:03      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:missing   gem   src   tin   inf   current   ror   its   修改   

npm install -g bower 报错

npm install -g bower
npm WARN deprecated bower@1.8.8: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR!  [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] {
npm ERR!   stack: "Error: EACCES: permission denied, access '/usr/local/lib/node_modules'",
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/local/lib/node_modules'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in

修改npm包所安装目录的权限:

sudo chown -R $USER /usr/local然后输入密码就可以了

ls -l /usr/local查看目录是否已切换权限如果ls能够查看对应的目录则可以了如下图
技术图片

接下来可以进行npm全局包安装:npm install -g bower
技术图片

关注公众号回复视频、书籍关键字领取更多免费资料。

技术图片

WARN checkPermissions Missing write access to /usr/local/lib/node_modules

标签:missing   gem   src   tin   inf   current   ror   its   修改   

原文地址:https://www.cnblogs.com/tonyY/p/12141984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!