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
Whenever I use tasks as so I get the error No gulpfile found with gulp-nodemon when the server activates live reload. Looks like nodemon is looking for my gulpfile in the wrong place perhaps? I have my gulpfile in a nested directory and running via gulp --gulpfile dist/gulp/index.js --cwd ..
I wrote a command that fixes this issue. Currently the problem is the child process spawning doesn't support additional Gulp arguments. Adding these with a flag such as options.argsAdditional = [arg1, arg2, arg3] would solve the issue.
Whenever I use tasks as so I get the error
No gulpfile found
with gulp-nodemon when the server activates live reload. Looks like nodemon is looking for my gulpfile in the wrong place perhaps? I have my gulpfile in a nested directory and running viagulp --gulpfile dist/gulp/index.js --cwd .
.The text was updated successfully, but these errors were encountered: