nodejs-webscraper icon indicating copy to clipboard operation
nodejs-webscraper copied to clipboard

npm run start fails to run

Open stevenirby opened this issue 3 years ago • 2 comments

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"
  }

stevenirby avatar Oct 11 '22 19:10 stevenirby

npm i -g nodemon

alphaleadership avatar Oct 23 '22 14:10 alphaleadership

what worked for me npm install htmlparser2

bamkikovic avatar Jan 08 '23 01:01 bamkikovic