npm模块存在安装错误

npm模块存在安装错误,特此记录

错误提示

C:\Users\Admin>npm install -g cnpm --registry=https://registry.npm.taobao.org
npm ERR! code EEXIST
npm ERR! path C:\Users\Admin\AppData\Roaming\npm\node_modules\cnpm\node_modules\.bin\npm.ps1
npm ERR! Refusing to delete C:\Users\Admin\AppData\Roaming\npm\node_modules\cnpm\node_modules\.bin\npm.ps1: 
../npm/bin/npm-cli.js symlink target is not controlled by npm C:\Users\CXB-WGL\AppData\Roaming\npm\node_modules\cnpm\node_modules\npm
npm ERR! File exists: C:\Users\Admin\AppData\Roaming\npm\node_modules\cnpm\node_modules\.bin\npm.ps1
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Admin\AppData\Roaming\npm-cache\_logs\2020-03-04T09_23_20_007Z-debug.log

错误导致可能原因

因为电脑蓝屏,开机无法启动,还原到上一次正确配置(费老鼻子事安装的CAD啊,没了),可能是有些配置文件删除,但是对应的文件没有删除。

解决方法

找到日志提示错误的路径,C:\Users\Admin\AppData\Roaming\npm\node_modules,删除提示错误的模块cnpm

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章