"build:js": "browserify ./src/app.js -t [ babelify --optional es7.classProperties ] --outfile public/all.js", "build": "watch 'npm run build:js' ./src" 

enter image description here

Tell me how to start the project under Windows, I get an error, on Linux the monitoring of changes in the file goes well:

enter image description here

  • I would be surprised if someone could help. Check the version of the node, the way .. I long ago for the same reasons with windows and dumped. - user220409
  • And I remembered the main reason for which left! When I clicked npm install , not all dependencies were installed. I had to copy them into a notebook and install them one by one. Maybe you have the same thing? - user220409

0