goland中npm無法使用的問題及解決方法
導讀 | 這篇文章主要介紹了goland中npm無法使用的問題及解決方案,具有很好的參考價值,希望對大家有所幫助。如有錯誤或未考慮完全的地方,望不吝賜教 |
goland中npm無法使用
明明已經成功安裝且配置了環境到windows上,而且goland上的配置也絲毫無錯,但是就是不能使用npm,讓人苦惱,如果你也遇到了這樣的問題,希望這篇文章可以幫到你。
出現的錯誤程式碼是這樣的
PS C:\Users\Lenovo\GolandProjects\shop_client1> npm install npm WARN logfile could not be created: Error: EPERM: operation not permitted, open 'D:\AAA\nodejs\node_cache\_logs\2022-04-19T11_00_18_499Z-debug-0.log' npm ERR! code EPERM npm ERR! syscall mkdir npm ERR! path D:\AAA\nodejs\node_cache\_cacache\index-v5\7b\bf npm ERR! errno -4048 npm ERR! Error: EPERM: operation not permitted, mkdir 'D:\AAA\nodejs\node_cache\_cacache\index-v5\7b\bf' npm ERR! [Error: EPERM: operation not permitted, mkdir 'D:\AAA\nodejs\node_cache\_cacache\index-v5\7b\bf'] { npm ERR! errno: -4048, npm ERR! code: 'EPERM', npm ERR! syscall: 'mkdir', npm ERR! path: 'D:\\AAA\\nodejs\\node_cache\\_cacache\\index-v5\\7b\\bf' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It's possible that the file was already in use (by a text editor or antivirus), npm ERR! or that you lack permissions to access it. 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! Log files were not written due to an error writing to the directory: D:\AAA\nodejs\node_cache\_logs npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
.npmrc檔案,就是npm的配置檔案所在位置。
當然,尋找這個檔案的目的,多數是為了修改.npmrc檔案內容。
但npm提供了方便快捷的修改方式,不知道這個檔案的位置,其實也是可以修改的。
於是,配置之間就產生了衝突,找到他刪掉它就可以了
預設位置是在 C:\Users\Lenovo 它是隱藏的
之後就可以繼續我們的專案了,拜拜
logfile could not be created: Error: EPERM: operation not permitted, open 'D:\AAA\nodejs\node_cache\_logs\2022-04-19T11_02_14_336Z-debug-0.log' [..................] | : WARN logfile could not be created: Error: EPERM: operation not permitted, open 'D:\AAA\node > mintshop-client@1.0.0 dev > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
npm ERR!無法安裝任何包的解決
npm config set proxy false npm cache clean
原文來自:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69955379/viewspace-2933056/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- IDEA中Lombok無法生效的問題及解決方法IdeaLombok
- 解決無法使用VI的問題
- 解決EventBus中接收方法中無法更新UI的問題UI
- 解決:angular js模板中無法使用ueditor的問題AngularJS
- VScode git無法使用,Error: command 'git.push' not found 原始碼管理無法使用的問題及解決方法VSCodeGitError原始碼
- sqlplus無法啟動的問題及解決SQL
- JS中toFixed()方法的問題及解決方案JS
- Mac雙系統中Windows無法使用蘋果滑鼠鍵盤等問題的解決方法MacWindows蘋果
- ajax資料無法更新問題原因及解決
- jsp無法使用bean的問題 等到解決問題為止!!!!JSBean
- 解決jequry使用keydown無法跳轉的問題
- 【轉】npm使用過程中的一些錯誤解決辦法及npm常用命令NPM
- 資料庫突然當機無法open的問題及解決資料庫
- 使用PorterDuff解決clipPath無法抗鋸齒問題
- 解決Centos無法yum源的問題CentOS
- JSP中無法使用內建物件解決方法JS物件
- 解決idea中無法識別主類的問題Idea
- 【Tip】解決like中無法匹配下劃線的問題
- Oracle 解決like中無法匹配下劃線的問題Oracle
- gmail無法訪問問題解決--FGWAI
- Webpack 4.0 打包 Vue 應用時出現無法使用Vue-loader問題及解決方法WebVue
- 解決寶塔皮膚無法訪問的問題?
- SpringBoot 2.0中SpringWebContext 找不到無法使用的問題解決Spring BootWebContext
- HTML中<a>標籤無法使用垂直邊距的解決方法HTML
- Asp.Net中Response.Cookies.Remove 無法刪除COOKIE的問題解決方法ASP.NETCookieREM
- npm使用過程中的一些錯誤解決辦法及npm常用命令和技巧NPM
- 使用javamail發信過程中的一些問題及解決方法JavaAI
- 解決ASM無法啟動問題ASM
- SaaS無法解決“關鍵”問題
- 【DataBase】:使用Oracle遇到的幾個問題及解決辦法DatabaseOracle
- 關於Centos7中Vscode無響應的問題及解決方法CentOSVSCode
- 手動下載 Chrome,解決 puppeteer 無法使用問題Chrome
- 【PyCharm】解決虛擬環境pip無法使用問題PyCharm
- 解決CentOS7系統無法使用中文輸入法的問題CentOS
- 解決codeblocks無法除錯的問題BloC除錯
- AD9中元件無法顯示的問題解決元件
- npm install realm --save失敗的問題與解決辦法NPM
- 解決無法切換到jenkins使用者的問題Jenkins