justin-do-it-react icon indicating copy to clipboard operation
justin-do-it-react copied to clipboard

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

Open choyeah opened this issue 4 years ago • 0 comments

➜ 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 avatar Mar 29 '20 09:03 choyeah