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.

missing dependencies in package.json when using "create-react-app my-app"command

See original GitHub issue

Is this a bug report?

Yes

Did you try recovering your dependencies?

(Write your answer here.)

Which terms did you search for in User Guide?

(Write your answer here if relevant.)

Environment

(paste the output of the command here)

Steps to Reproduce

(Write your steps here:)

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Please add screenshots!)

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:16

github_iconTop GitHub Comments

5reactions
wangdongnacommented, Nov 28, 2018

image

3reactions
FreakDroidcommented, Feb 6, 2019

As @corentindesfarges said it’s something related with yarn. My create-react-app didn’t work again after I installed yarn, using create-react-app myproject --use-npmresolved my problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

create-react-app throws error: "Missing dependencies in ...
It seems that the error is discussed in this issue: This seems to be a Yarn issue. The workaround is to use npm...
Read more >
create-react-app throws error: "Missing dependencies in ...
The workaround is to use npm instead of yarn: create-react-app myproject --use-npm. If installing with npm you experience the following error:.
Read more >
Create React App without Create React App - Bits and Pieces
1. Make sure node is installed in your system · 2. Create project folder and package.json · 3. Install webpack dependencies · 4....
Read more >
React create-react-app - javatpoint
Starting a new React project is very complicated, with so many build tools. It uses many dependencies, configuration files, and other requirements such...
Read more >
react-scripts - npm
Configuration and scripts for Create React App.. Latest version: 5.0.1, last published: 9 months ago. Start using react-scripts in your ...
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