在Ubuntu 18.04上找不到.npmrc

时间:2018-11-29 21:27:09

标签: ubuntu npm ubuntu-18.04 npm-config

我找不到我的.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/.npmrccat: /home/ubuntu/.npmrc: No such file or directory

更有趣的是,当我尝试在.npmrc中创建新的/home/ubuntu文件时,出现错误,指出该文件已在另一个程序中打开。

所以文件已经存在,但是我看不到或无法访问它。我需要使用凭据对其进行更新。

请帮助

0 个答案:

没有答案