$ create-react-app my-app
Creating a new React app in C:\Users\devar\Desktop\test-react\my-app.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...
[email protected] postinstall C:\Users\devar\Desktop\test-react\my-app\node_modules\babel-runtime\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}"
[email protected] postinstall C:\Users\devar\Desktop\test-react\my-app\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}"
[email protected] postinstall C:\Users\devar\Desktop\test-react\my-app\node_modules\core-js-pure node -e "try{require('./postinstall')}catch(e){}"
- [email protected]
- [email protected]
- [email protected]
- [email protected] added 1607 packages from 750 contributors and audited 1611 packages in 60.007s
65 packages are looking for funding
run npm fund for details
found 1 low severity vulnerability
run npm audit fix to fix them, or npm audit for details
npx create-react-app my-appso it grabs latest. Also ensure your environment meets requirements:Node >= 8.10andnpm >= 5.6. - Drew Reese