veeva
veeva copied to clipboard
Task 'veeva-module:js-build' is not in your gulpfile
After installing and going to examples/clm directory, I'm entering "gulp", which produces this error:
Task 'veeva-module:js-build' is not in your gulpfile
You can avoid the error by running "gulp build", but the behavior of the tool has changed from version 0.27.0 and it's no longer firing the http://localhost:3000/ page either.
And even in that case, it appears that the build directory only contains the global directory and not the built out HTML files.
Hi @StandardMachine,
Can you confirm the following:
- OS you're running
- node version
After doing some digging, this error will occur if the node version is less than 6.0. I'm in the process of putting in node version validation along with some other bug fixes, so this issue should be resolved soon.
-Steve
Hi @StandardMachine ,
Just wanted to follow-up on this issue.
Please note that a new version has been released, which includes some validation for the configuration.yml file as well as node packages. Also, the new version of PhantomJS now requires node version >=6.0.
Please let us me know how you make out.
-Steve