Getting Js Syntax Error in gulp -browserify plugin while working with Gulp Tasks

I am launching a Node application project built on Express, Jade, and Less. I use ' Gulp ' (a streaming build system) as well as 'browsify' and 'gulp -browserify'. But when I run the Gulp Task, its throwing error displays as

[gulp] SyntaxError in plugin 'gulp-browserify': <my_project_path>/assets/javascripts/fake_a3100e75.js 

The file fake_a3100e75.jsdoes not seem to exist in the directory.

Does anyone face the same problem? Any solutions highly appreciated?

+4
source share
1 answer

gulp -browserify - . . , Browserify - , gulp.src(). Browserify Watchify , . .

.

, .

, gulp -browserify . , , , .

+6

Source: https://habr.com/ru/post/1529144/


All Articles