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 run start fails to run #2

Open
stevenirby opened this issue Oct 11, 2022 · 2 comments
Open

npm run start fails to run #2

stevenirby opened this issue Oct 11, 2022 · 2 comments

Comments

@stevenirby
Copy link

stevenirby commented Oct 11, 2022

When I clone the repo and try to run npm run start I get this exception:

sh: nodemon: command not found

I recommend changing the package.json to use npx:

  "scripts": {
    "start": "npx nodemon index.js"
  }
@alphaleadership
Copy link

npm i -g nodemon

@bamkikovic
Copy link

what worked for me
npm install htmlparser2

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