這篇文章主要介紹了goland中npm無(wú)法使用的問(wèn)題及解決方案,具有很好的參考價(jià)值,希望對(duì)大家有所幫助。如有錯(cuò)誤或未考慮完全的地方,望不吝賜教
goland中npm無(wú)法使用
明明已經(jīng)成功安裝且配置了環(huán)境到windows上,而且goland上的配置也絲毫無(wú)錯(cuò),但是就是不能使用npm,讓人苦惱,如果你也遇到了這樣的問(wèn)題,希望這篇文章可以幫到你。
出現(xiàn)的錯(cuò)誤代碼是這樣的
PS C:UsersLenovoGolandProjectsshop_client1> npm install
npm WARN logfile could not be created: Error: EPERM: operation not permitted, open 'D:AAAnodejsnode_cache_logs2022-04-19T11_00_18_499Z-debug-0.log'
npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path D:AAAnodejsnode_cache_cacacheindex-v57bbf
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'D:AAAnodejsnode_cache_cacacheindex-v57bbf'
npm ERR! [Error: EPERM: operation not permitted, mkdir 'D:AAAnodejsnode_cache_cacacheindex-v57bbf'] {
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:AAAnodejsnode_cache_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
.npmrc文件,就是npm的配置文件所在位置。
當(dāng)然,尋找這個(gè)文件的目的,多數(shù)是為了修改.npmrc文件內(nèi)容。
但npm提供了方便快捷的修改方式,不知道這個(gè)文件的位置,其實(shí)也是可以修改的。
于是,配置之間就產(chǎn)生了沖突,找到他刪掉它就可以了
默認(rèn)位置是在 C:UsersLenovo 它是隱藏的
之后就可以繼續(xù)我們的項(xiàng)目了,拜拜
logfile could not be created: Error: EPERM: operation not permitted, open 'D:AAAnodejsnode_cache_logs2022-04-19T11_02_14_336Z-debug-0.log'
[..................] | : WARN logfile could not be created: Error: EPERM: operation not permitted, open 'D:AAAnode
> [email protected] dev
> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
npm ERR!無(wú)法安裝任何包的解決
npm config set proxy false
npm cache clean
- 原文來(lái)自:https://www.jb51.NET/article/271037.htm
- 本文地址:https://www.linuxprobe.com/goland-npm-linux.html編輯:倪家興,審核員:逄增寶
- Linux命令大全:https://www.linuxcool.com/
- Linux系統(tǒng)大全:https://www.linuxdown.com/
- 紅帽認(rèn)證RHCE考試心得:https://www.rhce.net/