question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No matching version found for some package.

See original GitHub issue

Describe the bug

Occasionally, when installing some packages, you will encounter the following error:

(base)  ✘ cobolbaby@itc180012  /media/cobolbaby/data/ubuntu/opt/workspace/git/rpi-manager   S03F ●  npm i @vue/compiler-dom@3.0.2
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @vue/compiler-dom@3.0.2
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:
npm ERR!     /home/cobolbaby/.npm/_logs/2020-10-28T01_48_42_538Z-debug.log

verdaccio storage:

2020-10-28 09-58-52屏幕截图

verdaccio response:

2020-10-28 09-59-18屏幕截图

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cobolbabycommented, Mar 25, 2021

Temporarily unable to reproduce the problem stably. I am just waiting for it, and then I will try to package the environment into a docker image.

0reactions
juanpicadocommented, Jul 5, 2021

the downloaded package has no expiration time?

the tarball does not, only the package.json === metadata does expires.

This is just a quick reply, I’ll extend my thoughts later.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Npm Error - No matching version found for - Stack Overflow
Try removing package-lock.json and running npm install && npm update , it'll install the latest version and clear all errors.
Read more >
Can't install with NPM (No matching version found for @nlpjs ...
Hi, first of all, thanks fo all the work you do here. Today my jenkins process didn't compile, with the next error.
Read more >
Npm "No matching version found" - Nexus Repository Manager
Once again, I am getting an error when I attempt install an npm package with NXRM npm-group that is configured as registry in...
Read more >
[Solved]-ERR! notarget No matching version found for elements
json, hence the error. To resolve, I republished the package in our private registry as a scoped package in order to be able...
Read more >
Dependency or package not found - DeployHQ
npm ERR! notarget No matching version found for @package/dependency@0.1.0 ... if you are using wildcards, or not specifying certain versions of packages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found