assuncaocharles / assuncaocharles/create-react-app-parcel

Error of yarn, crap and eslint

Open
#40 5 comments 3 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
JavaScript
Stars
406
Forks
29
PR merge metrics
No merged PRs in 30d

Description

`yarn run v1.19.1
$ react-scripts-parcel start

There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.

The react-scripts-parcel package provided by Create React App requires a dependency:

"eslint": "^4.19.1"

Don't try to install it manually: your package manager does it automatically.
However, a different version of eslint was detected higher up in the tree:

D:\react-parcel\node_modules\eslint (version: 4.19.1)

Manually installing incompatible versions is known to cause hard-to-debug issues.
To fix the dependency tree, try following the steps below in the exact order:

1. Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder.

2. Delete node_modules in your project folder.

3. Remove "eslint" from dependencies and/or devDependencies in the package.json file in your project folder.

4. Run npm install or yarn, depending on the package manager you use.

In most cases, this should be enough to fix the problem.
If this has not helped, there are a few other things you can try:

5. If you used npm, install yarn (http://yarnpkg.com/) and repeat the above steps with it instead.
This may help because npm has known issues with package hoisting which may get resolved in future versions.

6. Check if D:\react-parcel\node_modules\eslint is outside your project directory.
For example, you might have accidentally installed something in your home folder.

7. Try running npm ls eslint in your project folder.
This will tell you which other package (apart from the expected react-scripts-parcel) installed eslint.

If nothing else helps, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
That would permanently disable this preflight check in case you want to proceed anyway.

P.S. We know this message is long but please read the steps above :-) We hope you find them helpful!

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the yarn start failure and inspect package.json, yarn.lock, and the react-scripts-parcel dependency tree. Run npm ls eslint to identify the installed version and its source. Done means the project starts without the reported preflight dependency-tree error, with the dependency files consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
eslint, javascript, react
Domain
build-system, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.