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.

create-react-app emits Couldn't find any versions for "scheduler" that matches "^16.6.2"

See original GitHub issue

Do you want to request a feature or report a bug? Bug

What is the current behavior? Errors trying to find version later than 16.x

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn’t have dependencies other than React. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below:

create-react-app [app-name] 
Version mismatch 

> Couldn't find any versions for "scheduler" that matches "^16.6.2"
> ? Please choose a version of "scheduler" from this list: (Use arrow keys)
❯ 0.11.1
  0.11.0
   ...

What is the expected behavior? Automatic resolution of scheduler

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? create-react-app v2.1.1

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:20

github_iconTop GitHub Comments

6reactions
hamidracommented, Nov 13, 2018

This is not a problem with create-react-app but a react issue. an issue is open in react repo. https://github.com/facebook/react/issues/14208

2reactions
nitudekacommented, Nov 13, 2018

I have tried installing some of the older create-react-app versions. But still the same error maybe it is something with the scheduler@^16.6.2 package

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue with babel-jest dependency when running npm start in a ...
First of all, read the error message in the cmd from the beginning. They'll tell you what module is causing the problem. ·...
Read more >
What Does Create-React-App Actually Do? | by Andrew Mc
A series of checks are run on the versions of node , yarn , and npm to select the correct version of react-scripts...
Read more >
React with TypeScript: Best Practices - SitePoint
It can be tricky to work with React and TypeScript and find the right answers, so we've put together the best practices and...
Read more >
Using Create-React-App with Express - DEV Community ‍ ‍
Simple steps to use create-react-app on an express server. Tagged with javascript, react, express, node.
Read more >
I created the exact same app in React and Vue. Here are the ...
Find out how to add, remove and change data, pass data in the form of props from parent to child, and send data...
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