gpt4 book ai didi

node.js - npm 不读取 .npmrc 文件

转载 作者:IT老高 更新时间:2023-10-28 23:14:43 25 4
gpt4 key购买 nike

我正在尝试从私有(private)存储库安装库,但在尝试使用 npm 时一直出错。

我正在使用:OSX 小牛队 10.9.3 Node v0.10.28npm 1.4.10(这是在尝试使用 1.4.13 后安装的,但仍然无法正常工作)

我从我的主目录运行它,并且 ~/.npmrc 文件在目录中。

每当我运行命令时:npm install 'library name here'

我收到以下错误:

npm http GET https://registry.npmjs.org/dslib-js
npm http 404 https://registry.npmjs.org/dslib-js
npm ERR! 404 404 Not Found: dslib-js
npm ERR! 404
npm ERR! 404 'dslib-js' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404
npm ERR! 404 Maybe try 'npm search dslib'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Darwin 13.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "dslib-js"
npm ERR! cwd /Users/marcos.pedreiro
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.10
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/marcos.pedreiro/npm-debug.log
npm ERR! not ok code 0

编辑:

当我运行 ls -a(在主目录中)时,输出如下:

.           .ssh            Music
.. .subversion Pictures
.CFUserTextEncoding .vagrant.d Public
.DS_Store Applications VirtualBox VMs
.Trash Desktop clients
.bash_history Documents dev
.gradle Downloads npm-debug.log
.matlab Google Drive ~:.npmrc
.npm Library ~:.npmrc.template
.npmrc.bak Movies

这是命令 npm config ls -l | 的输出。 grep 配置

; cli configs
globalconfig = "/usr/local/etc/npmrc"
userconfig = "/Users/marcos.pedreiro/.npmrc"

:结束编辑

任何帮助将不胜感激。谢谢!

最佳答案

在我的情况下,由于某种原因,字符编码是错误的,我不得不将其转换为 UTF-8。

我使用“npm get”来发现问题,结果充满了 u/2411... 字符串。

关于node.js - npm 不读取 .npmrc 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23899093/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com