veeva icon indicating copy to clipboard operation
veeva copied to clipboard

Task 'veeva-module:js-build' is not in your gulpfile

Open StandardMachine opened this issue 7 years ago • 2 comments

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.

StandardMachine avatar Mar 27 '17 22:03 StandardMachine

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

stevebritton avatar Mar 29 '17 19:03 stevebritton

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

stevebritton avatar Apr 08 '17 16:04 stevebritton