kubowania / nodejs-webscraper

Demo for showing how to get backend data to the frontend
145 stars 107 forks source link

npm run start fails to run #2

Open stevenirby opened 2 years ago

stevenirby commented 2 years ago

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 commented 2 years ago

npm i -g nodemon

bamkikovic commented 1 year ago

what worked for me npm install htmlparser2