Not able create React.js App using create-react-app #9118
Unanswered
Sunilkengond
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This should be opened in issues, not discussion. What version of CRA? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating a new React app in D:\project\demo-project.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
added 1626 packages from 750 contributors and audited 1630 packages in 231.379s
59 packages are looking for funding
run
npm fund
for detailsfound 1 low severity vulnerability
run
npm audit fix
to fix them, ornpm audit
for detailsD:\amex\demo-project>npm audit
Low Prototype Pollution
Package yargs-parser
Patched in >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2
Dependency of react-scripts
Path react-scripts > webpack-dev-server > yargs > yargs-parser
More info https://npmjs.com/advisories/1500
found 1 low severity vulnerability in 1630 scanned packages
1 vulnerability requires manual review. See the full report for details.
details:
node :14.4.0
npm :6.14.5
on npx create-react-app run it is just generating
node folder ,package.json , and pacakage.lock-json file
Beta Was this translation helpful? Give feedback.
All reactions