DEV Community

prem317
prem317

Posted on

create \\

Can any one help on below this? iam using windows 10

D:\test\react>npx create-react-app myreactapp

Creating a new React app in D:\test\react\myreactapp.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

core-js@2.6.11 postinstall D:\test\react\myreactapp\node_modules\babel-runtime\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"

core-js@3.6.5 postinstall D:\test\react\myreactapp\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"

core-js-pure@3.6.5 postinstall D:\test\react\myreactapp\node_modules\core-js-pure
node -e "try{require('./postinstall')}catch(e){}"

Top comments (2)

Collapse
 
prem317 profile image
prem317 • Edited

please help me on this i am not able to create react app in my systrem

i am getting below message

D:\test\react>npx create-react-app myreactapp

Creating a new React app in D:\test\react\myreactapp.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

core-js@2.6.11 postinstall D:\test\react\myreactapp\node_modules\babel-runtime\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"

core-js@3.6.5 postinstall D:\test\react\myreactapp\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"

core-js-pure@3.6.5 postinstall D:\test\react\myreactapp\node_modules\core-js-pure
node -e "try{require('./postinstall')}catch(e){}"

Collapse
 
nasreenkhalid profile image
NasreenKhalid

Were you able to resolve the issue??
I am also getting the same issue and no luck yet :(