npm ERR notarget No matching version found for XXX@^1.3.0.(已解决)

在尝试使用vue-cli创建首个应用时遇到npm安装错误,错误信息提示找不到stackframe@^1.3.0的匹配版本。通过检查npm官网,发现该版本不存在。解决方案是降级到1.2.1版本,使用命令`npm install stackframe@^1.2.1`安装,之后重新执行vue create命令,问题得到解决。
摘要由CSDN通过智能技术生成

项目场景:

创建第一个vue-cli应用程序,执行vue create demo-first时,报错。


问题描述

在创建第一个vue项目时,发生以下错误:怎么解决?

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

npm ERR! A complete log of this run can be found in:
 ERROR  Error: command failed: npm install --loglevel error --legacy-peer-deps
Error: command failed: npm install --loglevel error --legacy-peer-deps


解决方案:

1. dos命令应该在管理员身份下运行

2. npm ERR! notarget No matching version found for stackframe@^1.3.0.

        (1)表示在npm中找不到stackframe@^1.3.0.

        (2)在npm官网查询相关版本:

npmhttps://www.npmjs.com/       

 我这里报的错误是stackframe,所以搜索stackframe。发现报错的版本是stackframe@^1.3.0.

下载量为0,可能是因为版本太新了,所以加载不到。所以改用 1.2.1版本

        (3)怎么使用?

        在dos窗口中输入

npm install stackframe@^1.2.1

        等待安装完成即可,npm install XXX@^版本号

        (4)重新执行vue create demo-first,发现问题解决!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

记录菌

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值