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

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