You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error running npx create-react-app@next
error message: You are running create-react-app 4.0.0-next.117+2b1161b3, which is behind the latest release (4.0.0).
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
Did you try recovering your dependencies?
yes, but i can't because it will not bootstrap my project.
Which terms did you search for in User Guide?
i tried searching the error message.
(Write your answer here if relevant.)
Environment
Need to install the following packages:
create-react-app
Ok to proceed? (y) y
Environment Info:
current version of create-react-app: 4.0.0
running from C:\Users\progr\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\create-react-app
System:
OS: Windows 10 10.0.19041
CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Binaries:
Node: 15.0.1 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 7.0.3 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 86.0.4240.111
Edge: Spartan (44.19041.423.0), Chromium (86.0.622.51), ChromiumDev (88.0.673.0)
Internet Explorer: 11.0.19041.1
npmPackages:
react: Not Found
react-dom: Not Found
react-scripts: Not Found
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
im trying to run npx create-react-app@next --scripts-version=@next --template=cra-template@next myapp but i'm getting this wired error message.
Expected behavior
The project should get created.
Actual behavior
getting an error
Reproducible demo
i'm not sure how to reproduce, on my laptop i always get this error, i already tried uninstalling node, but it did not help
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
Describe the bug
error running npx create-react-app@next
error message: You are running
create-react-app
4.0.0-next.117+2b1161b3, which is behind the latest release (4.0.0).We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
Did you try recovering your dependencies?
yes, but i can't because it will not bootstrap my project.
Which terms did you search for in User Guide?
i tried searching the error message.
(Write your answer here if relevant.)
Environment
Need to install the following packages:
create-react-app
Ok to proceed? (y) y
Environment Info:
current version of create-react-app: 4.0.0
running from C:\Users\progr\AppData\Local\npm-cache_npx\c67e74de0542c87c\node_modules\create-react-app
System:
OS: Windows 10 10.0.19041
CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Binaries:
Node: 15.0.1 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 7.0.3 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 86.0.4240.111
Edge: Spartan (44.19041.423.0), Chromium (86.0.622.51), ChromiumDev (88.0.673.0)
Internet Explorer: 11.0.19041.1
npmPackages:
react: Not Found
react-dom: Not Found
react-scripts: Not Found
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
im trying to run
npx create-react-app@next --scripts-version=@next --template=cra-template@next myapp
but i'm getting this wired error message.Expected behavior
The project should get created.
Actual behavior
getting an error
Reproducible demo
i'm not sure how to reproduce, on my laptop i always get this error, i already tried uninstalling node, but it did not help
The text was updated successfully, but these errors were encountered: