node version 16.3.0
nom version 7.15.1
96 vulnerabilities (85 moderate, 11 high)
Please check.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
added 1922 packages, and audited 1923 packages in 60s
145 packages are looking for funding
run `npm fund` for details
96 vulnerabilities (85 moderate, 11 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.
Initialized a git repository.
Installing template dependencies using npm...
added 32 packages, and audited 1955 packages in 9s
145 packages are looking for funding
run `npm fund` for details
96 vulnerabilities (85 moderate, 11 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Removing template package using npm...
removed 1 package, and audited 1954 packages in 7s
145 packages are looking for funding
run `npm fund` for details
96 vulnerabilities (85 moderate, 11 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Created git commit.
Success! Created my-app at /Users/bikashagrawal/react-projects/my-app
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles the app into static files for production.
npm test
Starts the test runner.
npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
We suggest that you begin by typing:
cd my-app
npm start
Happy hacking!
While executing the command
npx create-react-app my-app, I am gettingPlease check.
I tried to run
npm audit fixandnpm audit fix --force, but it didn't help.