Gulp task giving error "gulp failed with error: The process 'C:\npm\prefix\gulp.cmd' failed with exit code 1" #2612
Replies: 3 comments 2 replies
-
I think the problem is that you made a mistake while writing your code. For this reason, your gulp will not start. |
Beta Was this translation helpful? Give feedback.
-
You can try deleting the node_modules folder. |
Beta Was this translation helpful? Give feedback.
-
I see that your task is aborted when Browserify starts to run. Perhaps The error came from a file written in ES6. Or if you still want to use uglify you should try installing gulp-uglify-es. |
Beta Was this translation helpful? Give feedback.
-
we are running gulp task in the devops pipeline and it was working fine as of yesterday(august 2nd) but unexpectedly giving below error now.
Node.js version - 11.15.0
Gulp devops task version - 0
gulp task - https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/gulp?view=azure-devops
@brendan8c any suggestion?
please let us know if anyone else is aware of this issue.
Beta Was this translation helpful? Give feedback.
All reactions