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

Unable to run the project #123

Open
shaboo42 opened this issue Aug 7, 2023 · 8 comments
Open

Unable to run the project #123

shaboo42 opened this issue Aug 7, 2023 · 8 comments

Comments

@shaboo42
Copy link

shaboo42 commented Aug 7, 2023

I'm encountering the following error when attempting to run my project using npm start in the terminal: "'react-scripts' is not recognized as an internal or external command, operable program or batch file." Despite having npm installed, I'm unable to proceed with starting the project.

@FleetAdmiralJakob
Copy link

Did you used npm i, to install all packages?

@meryeemdbe
Copy link

Hello, i guess a "yarn install" would fix it

@FleetAdmiralJakob
Copy link

Hello, i guess a "yarn install" would fix it

It depends on what he uses, and I think he does not use yarn, because he said it in the description

@shaboo42
Copy link
Author

shaboo42 commented Aug 7, 2023

Did you used npm i, to install all packages?

Yes, I had previously installed all the packages using npm i.

@1chooo
Copy link

1chooo commented Aug 10, 2023

I have written the steps to deploy the website with this repo. Hope that I can help you run this project successfully!


https://github.com/1chooo/1chooo.github.io/blob/master/note.md

@azadpunchy
Copy link

azadpunchy commented Aug 28, 2023

Steps to start Project
Pre Requisite:
a) git
b) node

  1. clone project
  2. navigate to your project
  3. run the command npm install on your project root folder
  4. then run the command npm start

@afrinqureshifiza
Copy link

1> clone the project on your sysytem
2>open in your IDE
3> run npm i or npm i react on terminal
4>run npm start on terminal

@azadpunchy
Copy link

1> clone the project on your sysytem 2>open in your IDE 3> run npm i or npm i react on terminal 4>run npm start on terminal

  1. Clone project
  2. Open in your ide
  3. npm install
  4. npm start
    Ithink you type wrong command i.e run npm i and run npm start
    That's all you need

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

6 participants