Open MsdYdf opened 5 months ago
Please follow these steps:-
Install Node.js and npm: Download from nodejs.org (LTS version).
Could you ensure that the PATH environment variable includes the directory where Node.js and npm are installed?
Verify Installation: Run in Command Prompt node -v npm -v
Update npm (if needed Run in command Prompt npm install -g npm
Create React App: Run in Command Prompt npx create-react-app my-app
Please follow these steps:-
Install Node.js and npm: Download from nodejs.org (LTS version).
Could you ensure that the PATH environment variable includes the directory where Node.js and npm are installed?
Verify Installation: Run in Command Prompt node -v npm -v
Update npm (if needed Run in command Prompt npm install -g npm
Create React App: Run in Command Prompt npx create-react-app my-app