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

NodeJS 10.10.0 버전에서 create-react-app do-it-example 실행시 NodeJS 버젼 오류 #16

Open
choyeah opened this issue Mar 29, 2020 · 0 comments

Comments

@choyeah
Copy link

choyeah commented Mar 29, 2020

➜ projects create-react-app do-it-example

Creating a new React app in /Users/xxx/projects/do-it-example.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

yarn add v1.22.4
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "10.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Aborting installation.
yarnpkg add --exact react react-dom react-scripts cra-template --cwd /Users/xxx/projects/do-it-example has failed.

Deleting generated file... package.json
Deleting generated file... yarn.lock
Deleting do-it-example/ from /Users/xxx/projects
Done.

@choyeah choyeah changed the title NodeJS 10.10.0 버전에서 create-react-app do-it-example 실행시 오류 NodeJS 10.10.0 버전에서 create-react-app do-it-example 실행시 NodeJS 버젼 오류 Mar 29, 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

1 participant