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

npm start error #11285

Closed
nicatzamanwork opened this issue Aug 5, 2021 · 2 comments
Closed

npm start error #11285

nicatzamanwork opened this issue Aug 5, 2021 · 2 comments

Comments

@nicatzamanwork
Copy link

C:\Windows\System32\blog>npm start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\nicat\AppData\Local\npm-cache_logs\2021-08-05T08_03_35_191Z-debug.log

@karthik1704
Copy link

check Your Package.json has start script ?

  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  • don't use system32 folder for create projects , any file corruptions or miss deletion on system32 leads to OS failure.
  • create-react-app not required administrator privileged cmd, so use normal cmd
  • create Project Desktop or other places

You can try:

  1. update node to latest version
  2. try creating new react app using create-react-app on Desktop or any other place

@petetnt
Copy link
Contributor

petetnt commented Aug 12, 2021

Hi @nicatzamanwork, do follow @karthik1704 s good answer and check our getting started guide for further instructions.

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

3 participants