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.

Error during Travis runs: `No matching version found for @commitlint/rules@^8.1.0`

See original GitHub issue

We’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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
myiicommented, Jul 15, 2019

@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.

1reaction
myiicommented, Jul 15, 2019

No problem, I’ll take this opportunity to thank you all for providing these excellent packages.

Read more comments on GitHub >

github_iconTop 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 >

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