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.

failed to create project, missing async@2.1.4

See original GitHub issue

The command create-react-app <project name> is failing due to async@2.1.4 is present on react-scripts dependency tree but missing on NPM registry.

The package dependency tree path I’m talking about is: react-scripts@0.8.4 -> jest@17.0.2 -> jest-cli@17.0.3 -> istanbul-api@1.1.0 -> async@2.1.4 (missing)

Already opened an issue on async asking to deploy async@2.1.4: https://github.com/caolan/async/issues/1346

And an issue and PR asking to use async@2.1.2 instead: https://github.com/istanbuljs/istanbul-api/issues/15 https://github.com/istanbuljs/istanbul-api/pull/16

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
bcoecommented, Jan 2, 2017

@josmardias no worries 👍 the pain around keeping multiple registries in sync is something I know all too well.

1reaction
bcoecommented, Jan 2, 2017

@josmardias this is weird, because sync@2.1.4 appears to be in the registry:

https://registry.npmjs.org/async/2.1.4

It could be that it’s missing on one package server, which I happen to not be hitting when I’m at work tomorrow (I work at npm) I can look at all of our package servers and dig into this for you further.

question? are you using the default npm registry; npm config get registry.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Project 'X' is missing required Java project: 'Y' - Stack Overflow
This error message means that one of your eclipse projects has a dependency on another one. which you haven't set up or which...
Read more >
mocha TDD --bail --exit does not call suiteTeardown() after ...
Using mocha TDD ( https://mochajs.org/#tdd ), and calling mocha with --bail and --exit . on a failed test, mocha stops and does not...
Read more >
stryker-mutator/stryker - Gitter
I'm just discovering the principles of mutant testing and trying it out. So I made tests that voluntarily fail and even though Stryker...
Read more >
ChangeLog.md
It is now an error if a function listed in the EXPORTED_FUNCTIONS list is missing from the build (can be disabled via -Wno-undefined...
Read more >
beginners 2021-02-15 - Slack Archive
{:clojure.main/message "Syntax error reading source at (tempplot/core.clj:21:1). ... create-db was already run literally > 24 hours earlier.
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