Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create react app #13608

Open
wil-cod1 opened this issue Jun 18, 2024 · 1 comment
Open

Create react app #13608

wil-cod1 opened this issue Jun 18, 2024 · 1 comment

Comments

@wil-cod1
Copy link

Je n'arrive pas a installer le build sur windows

@bharat407
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants