npm全局安装失败,报-4048错误 npm ERR! Log files were not written due to an error writing to the directory:

npm全局安装失败,报-4048错误 npm ERR! Log files were not written due to an error writing to the directory:_第1张图片

 第一种情况:

大概率是权限原因,使用管理员运行cmd再执行代码就好了。

搜索cmd,右键以管理员运行

第二种情况:

之前配置过vue环境,现在再次使用时报错

第一步:删除C:\Users\用户\下的.npmrc文件

第二步:在dos命令下输入:

npm cache clean --force
npm install -g cnpm --registery=https://registery.npm.taobao.org

 

你可能感兴趣的:(Vue,前端,npm,前端,node.js)