npm ERR! notarget No matching version found for xxx@^1.0.64. npm 插件安装失败

Posted Hnucm_Security

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm ERR! notarget No matching version found for xxx@^1.0.64. npm 插件安装失败相关的知识,希望对你有一定的参考价值。

npm ERR! notarget No matching version found for xxx@^1.0.64. npm 插件安装失败

npm ERR! notarget No matching version found for xxx@^1.0.64.

npm 安装依赖 安装指定版本安装不成功

npm ERR! code ETARGET
npm ERR! notarget No matching version found for xxx@^1.0.64.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

解释:在安装某插件过程中查找不到此插件的这个版本号

原因:

1、可能是您当初设置的镜像源为淘宝镜像源 cnpm https://registry.npm.taobao.org
2、然而淘宝镜像源没有及时更新此插件版本,从而引起插件安装错误

解决办法

1、检测当前镜像源

npm config get registry  

2、修改镜像源为npm

npm config set registry https://registry.npmjs.org

3、尝试重新下载插件,此时您应该可以下载插件了
4、完成下载后便可切换镜像源至淘宝镜像源

npm config set registry https://registry.npm.taobao.org

参考文章

链接: 知乎博主:习惯 npm ERR! notarget No matching version found for xxx@^1.0.64..

npm 错误 npm 错误!代码 ETARGET npm 错误! notarget 没有为 express@undefined4.16.3 找到匹配的版本

【中文标题】npm 错误 npm 错误!代码 ETARGET npm 错误! notarget 没有为 express@undefined4.16.3 找到匹配的版本【英文标题】:npm error npm ERR! code ETARGET npm ERR! notarget No matching version found for express@undefined4.16.3 【发布时间】:2019-05-09 21:08:30 【问题描述】:

无论何时运行 npm 命令,例如 npm install 和 npm update。我收到以下错误。

npm 错误!代码 ETARGET npm 错误! notarget 没有为 express@undefined4.16.3 找到匹配的版本 npm 错误! notarget 在大多数情况下,您或您的依赖项之一正在请求 npm 错误! notarget 一个不存在的包版本。 npm 错误!没有目标 npm 错误! notarget 它被指定为“Mac-Book”的依赖项 npm 错误!无目标

我尝试通过 brew 重新安装节点,但得到同样的错误。

【问题讨论】:

你在项目根目录下,package.json 所在的位置吗? 【参考方案1】:

在 npm install 之前应该有配置文件。它应该解决这个问题。之后输入以下命令:

npm install

npm start

【讨论】:

以上是关于npm ERR! notarget No matching version found for xxx@^1.0.64. npm 插件安装失败的主要内容,如果未能解决你的问题,请参考以下文章

npm 错误! notarget 找不到与 jasmine-core@~2.9.0 匹配的版本

npm ERR! code ENOENT npm ERR! syscall open npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file

输入npm install 报错npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.13.1 postinstall: `no

npm install报错 npm ERR! enoent ENOENT: no such file or directory

npm ERR! enoent ENOENT: no such file or directory, rename

cnmp安装失败,报错npm ERR! enoent ENOENT: no such file or directory,