I am unable to use npx create-react-app@next is it normal ?
I am using:
Code: 1.51.0
Python 3.8.5
Node: v15.1.0
NPM: 7.0.9
Yarn: 1.22.10
TSC: Version 4.0.5
Linux: 5.8.18-200.fc32.x86_64
zsh 5.8 (x86_64-redhat-linux-gnu)
create-react-app:
npx create-react-app --info
Environment Info:
current version of create-react-app: 4.0.0
running from /home/luxcium/.npm/_npx/c67e74de0542c87c/node_modules/create-react-app
System:
OS: Linux 5.8 Fedora 32 (KDE Plasma) 32 (KDE Plasma)
CPU: (20) x64 Intel(R) Core(TM) i9-10900X CPU @ 3.70GHz
Binaries:
Node: 15.1.0 - ~/dev/vscode-luxcium.io/data/tmp/fnm-shell-7097277/bin/node
Yarn: 1.22.10 - ~/dev/vscode-luxcium.io/data/tmp/fnm-shell-7097277/bin/yarn
npm: 7.0.9 - ~/dev/vscode-luxcium.io/data/tmp/fnm-shell-7097277/bin/npm
Browsers:
Chrome: 86.0.4240.183
Firefox: 82.0.2
npmPackages:
react: Not Found
react-dom: Not Found
react-scripts: Not Found
npmGlobalPackages:
create-react-app: Not Found
npx create-react-app@next --info
Environment Info:
current version of create-react-app: 4.0.0-next.117+2b1161b3
running from /home/luxcium/.npm/_npx/735e6577b9b7ff3f/node_modules/create-react-app
System:
OS: Linux 5.8 Fedora 32 (KDE Plasma) 32 (KDE Plasma)
CPU: (20) x64 Intel(R) Core(TM) i9-10900X CPU @ 3.70GHz
Binaries:
Node: 15.1.0 - ~/dev/vscode-luxcium.io/data/tmp/fnm-shell-7097277/bin/node
Yarn: 1.22.10 - ~/dev/vscode-luxcium.io/data/tmp/fnm-shell-7097277/bin/yarn
npm: 7.0.9 - ~/dev/vscode-luxcium.io/data/tmp/fnm-shell-7097277/bin/npm
Browsers:
Chrome: 86.0.4240.183
Firefox: 82.0.2
npmPackages:
react: Not Found
react-dom: Not Found
react-scripts: Not Found
npmGlobalPackages:
create-react-app: Not Found
cd /tmprm -fr ./my-app-tmpnpm uninstall -g create-react-appyarn global remove create-react-appnpx create-react-app@next my-app-tmp --template typescriptBeing able to try the next version
up to date in 127ms
found 0 vulnerabilities
yarn global v1.22.10
[1/2] Removing module create-react-app...
error This module isn't specified in a package.json file.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
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
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 /tmp
npm ERR! command failed
npm ERR! command sh -c create-react-app my-app-tmp --template typescript
npm ERR! A complete log of this run can be found in:
npm ERR! /home/luxcium/.npm/_logs/2020-11-08T06_47_36_015Z-debug.log

cd /tmp; rm -fr ./my-app-tmp
npm uninstall -g create-react-app; yarn global remove create-react-app; npx create-react-app@next my-app-tmp --template typescript
Why do I have to struggle with managing all that myself (Is it a forbidden DOOM to yarn eject)?

npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi'
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
and even if it is not your 'department' I just want to inform you that I want to use both NestJs and react in the same project so this is the NestJS struggle I have to figure out also:

npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi'
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
To be fair I have merged both set of error messages and the sum is less than either because of duplicates error messages:
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated @hapi/[email protected]: Moved to 'npm install @sideway/address'
npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/[email protected]: Switch to 'npm install joi'
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.