I am having a gulpfile.js in my node project which has clean task written to it. But on doing npm start I am getting the error: Task 'clean;' is not in your gulpfile And says in the package.json, It fails in the line:
Tell the author that this fails on your system: gulp clean; gulp dist; node app.js
Any pointers will be a help.