安装vue-cli遇到Please try running this command again as root/Administrator的解决方案
Posted 纠结的哈士奇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装vue-cli遇到Please try running this command again as root/Administrator的解决方案相关的知识,希望对你有一定的参考价值。
最近在搭前端环境,装完node.js之后,准备安装vue工程的初始化工具时(npm install -g vue-cli),遇到这个坑:
大体的意思就是权限问题,导致/usr/local/lib/node_modules权限不够, init失败
解决路径:
1、新开一个终端
2、输入以下命令,查看路径信息
cd ~
ll
可以看到我这里是MACBOOK,下面命令会用到
3、输入:sudo chown -R 命令改变权限
比如:
sudo chown -R MACBOOK:staff /usr/local/lib/node_modules
PS:不理解这个命令的可参考这个:
4、最后再重新执行之前的初始化命令
npm install -g vue-cli
会发现能正常执行通过了。。。
以上是关于安装vue-cli遇到Please try running this command again as root/Administrator的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
npm i命令报错“Please try running this command again as root/Administrator”
npm 报错: npm ERR! Please try running this command again as root/Administrator.
Gradle project sync failed. Please fix your project and try again
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
yum安装升级php,mysql报错:epel. Please verify its path and try again