PS E:\unseo\연습\React class> npx create-react-app shop
You are running create-react-app
4.0.0, which is behind the latest release (4.0.1).
We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
- npm uninstall -g create-react-app
- yarn global remove create-react-app
The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/
npm ERR! code 1
npm ERR! path E:\unseo\연습\React class
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ""create-react-app" "shop""
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Local\npm-cache\_logs\2020-11-24T05_36_34_905Z-debug.log
이런오류가납니다
전역에 설치가된거같은데
npm uninstall -g jshint
위 명령어도 안되는것같습니다
nodejs 제거후 재설치해도 안되네여
powershell 쓰고잇습니다.
답변부탁드려요!!