Error during Travis runs: `No matching version found for @commitlint/rules@^8.1.0`
See original GitHub issueWe’ve been using commitlint
in our Travis runs successfully for a number of months now. Over the last few minutes, our Travis runs are failing:
$ npm install @commitlint/travis-cli -D
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @commitlint/rules@^8.1.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! notarget
npm ERR! notarget It was specified as a dependency of '@commitlint/lint'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! /home/travis/.npm/_logs/2019-07-15T19_10_49_725Z-debug.log
The command "npm install @commitlint/travis-cli -D" exited with 1.
Version 8.1.0
is available @ https://www.npmjs.com/package/@commitlint/rules/v/8.1.0.
So there must a be a minor misconfiguration somewhere.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Npm Error - No matching version found for - Stack Overflow
I was having issue for a package which was available. Force cleaning the cache helped. npm cache clean --force.
Read more >No matching version found for [Error LoopBack Solved]
npm WARN config cache-min This option has been deprecated in favor of '--prefer-offline'.npm ERR! code ETARGET npm ERR! notarget No matching ...
Read more >shinobi-face install fails with "error notarget No matching ...
shinobi-face install fails with "error notarget No matching version found for node-fetch@3.0.0". I am using Ubuntu 20.04 and have installed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@byCedric It’s all working now with
8.1.0
(I’ve tested across three of our repos) so I’m closing this issue. Thanks for the feedback in the meantime.No problem, I’ll take this opportunity to thank you all for providing these excellent packages.