Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start web project #247

Closed
trsh opened this issue Jun 17, 2020 · 1 comment
Closed

Can't start web project #247

trsh opened this issue Jun 17, 2020 · 1 comment

Comments

@trsh
Copy link

trsh commented Jun 17, 2020

npm run web

> rnsk@0.1.0 web C:\Projects\xx\dambrete-app
> react-scripts 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 package provided by Create React App requires a dependency:

  "babel-jest": "23.6.0"

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

  C:\Projects\xx\xx\node_modules\babel-jest (version: 24.9.0)

Manually installing incompatible versions is known to cause hard-to-debug issues.

If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.
That will permanently disable this message but you might encounter other issues.
@mcnamee
Copy link
Owner

mcnamee commented Jun 17, 2020

Hi there @trsh
That command isn't available in this version of the project (see: https://github.com/mcnamee/react-native-starter-kit/blob/master/package.json#L5-L11). This project is the React Native Starter Kit.

However you might be interested in the React (Web) Starter Kit

@mcnamee mcnamee closed this as completed Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants