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 compatible version found: debug@2.6.7

See original GitHub issue

If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.

Can you reproduce the problem with latest npm?

Yes $ npm --version 4.5.0

Many errors, especially related to “missing modules”, are due to npm bugs.

If you’re using Windows, follow these instructions to update npm.

If you’re using OS X or Linux, run this to update npm:

npm install -g npm@latest

cd your_project_directory
rm -rf node_modules
npm install

Then try to reproduce the issue again.

Can you still reproduce it? Yes

Description

npm ERR! code ETARGET npm ERR! notarget No compatible version found: debug@2.6.7 npm ERR! notarget Valid install targets: npm ERR! notarget 0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.8.0, 0.8.1, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.6.6 npm ERR! notarget npm ERR! notarget This is most likely not a problem with npm itself. 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 ‘express’ npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! /Users/mcargal/.npm/_logs/2017-05-18T13_30_03_822Z-debug.log

Aborting installation. npm install --save --save-exact react react-dom react-scripts has failed.

Deleting generated file… package.json Deleting client/ from /Users/mcargal/xxxxxxxx Done.

What are you reporting?

Expected behavior:

Tell us what you think should happen.

Actual behavior

Tell us what actually happens.

Environment

Run these commands in the project folder and fill in their results: (project folder was deleted, so nothing to run)

  1. npm ls react-scripts (if you haven’t ejected):
  2. node -v:
  3. npm -v:

Then, specify:

  1. Operating system: OSX 10.11.6
  2. Browser and version: (doesn’t matter at this point)

Reproducible Demo

Please take the time to create a new app that reproduces the issue.

Alternatively, you could copy your app that experiences the problem and start removing things until you’re left with the minimal reproducible demo.

(Accidentally, you might get to the root of your problem during that process.)

Push to GitHub and paste the link here.

By doing this, you’re helping the Create React App contributors a big time! Demonstrable issues gets fixed faster.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
gaearoncommented, May 18, 2017

Pretty sure this version of debug package exists: https://unpkg.com/debug@2.6.7/. Please check if you’re behind a corporate proxy or some special npm registry that has not updated yet.

0reactions
gaearoncommented, May 18, 2017

No worries, that happens!

Read more comments on GitHub >

github_iconTop Results From Across the Web

NPM install express. Error: No compatible version found
You want to run the latest node (currently 0.10.22). Try these steps to get the newest version: sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get ...
Read more >
SSH stopped working after a server update? What happened?
Turns out the new version was not broken - but OpenBSD/OpenSSH starting changing the key exchange defaults starting with OpenSSH-6.7p1 see: ...
Read more >
sshd and kex algorithms - LinuxQuestions.org
I find a tidbit on some site that says you can add a Ciphers line in ... compatibility mode for protocol 2.0 debug1:...
Read more >
C6000 Embedded Application Binary Interface (Rev. A)
This document is a specification for the ELF-based Embedded Application Binary Interface (EABI) for the C6000 family of processors from Texas Instruments.
Read more >
IBM Ported Tools for z/OS: OpenSSH V1.2.0 User's Guide
This edition applies to version 1, release 2, modification 0 of IBM Ported ... KbdInteractiveAuthentication (not supported on z/OS UNIX) ... debug2: CRYPTO....
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