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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: