我找不到我的.npmrc文件(用户配置)。 我已经提到过this StackOverflow的讨论,但是我看到的很有趣。
注意:我已经通过sudo apt install npm
安装了npm。我在Ubuntu 18.04上
当我执行npm config ls -l | grep config
时,结果如下:
; cli configs
; builtin config undefined
globalconfig = "/etc/npmrc"
; globalconfig = "/usr/local/etc/npmrc" (overridden)
userconfig = "/home/ubuntu/.npmrc"
但是,当我在ls -a | grep npm
文件夹中进行/home/ubuntu
时,什么也没得到。
cat /home/ubuntu/.npmrc
说cat: /home/ubuntu/.npmrc: No such file or directory
更有趣的是,当我尝试在.npmrc
中创建新的/home/ubuntu
文件时,出现错误,指出该文件已在另一个程序中打开。
所以文件已经存在,但是我看不到或无法访问它。我需要使用凭据对其进行更新。
请帮助