You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[14:10:35] Using gulpfile ~/code/js/nueva-my-page/gulpfile.js
[14:10:35] Starting 'default'...
events.js:141
throw er; // Unhandled 'error' event
^
Error: Cannot find module '/home/ben/code/js/nueva-my-page/build/main.js' from '/home/ben/code/js/nueva-my-page'
at /home/ben/code/js/nueva-my-page/node_modules/resolve/lib/async.js:55:21
at load (/home/ben/code/js/nueva-my-page/node_modules/resolve/lib/async.js:69:43)
at onex (/home/ben/code/js/nueva-my-page/node_modules/resolve/lib/async.js:92:31)
at /home/ben/code/js/nueva-my-page/node_modules/resolve/lib/async.js:22:47
at FSReqWrap.oncomplete (fs.js:82:15)
Files in build after that: base-entity.js compound-entity.js constants.js
If I pass in an array of all the files, it still doesn't work. But it does work if I do it for each file individually.
The text was updated successfully, but these errors were encountered:
gulp.src
is only matching three files in a glob.gulpfile.js
:Files in
lib
: base-entity.js compound-entity.js constants.js image-entity.js invader.js invader-manager.js main.js manager.js movement.js tank.js text-entity.jsRunning
gulp
:Files in
build
after that: base-entity.js compound-entity.js constants.jsIf I pass in an array of all the files, it still doesn't work. But it does work if I do it for each file individually.
The text was updated successfully, but these errors were encountered: