| thcipriani added a comment. |
In T192006#4731938, @Addshore wrote:So, while trying to move this to blubber I hit the first issue.
$ docker run --rm -it wdqs-gui-test-$(date --iso) > [email protected] test /srv/service > grunt test >> Local Npm module "grunt-auto-install" not found. Is it installed? >> Local Npm module "grunt-banana-checker" not found. Is it installed? >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-concat" not found. Is it installed? >> Local Npm module "grunt-contrib-copy" not found. Is it installed? >> Local Npm module "grunt-contrib-cssmin" not found. Is it installed? >> Local Npm module "grunt-contrib-htmlmin" not found. Is it installed? >> Local Npm module "grunt-contrib-jshint" not found. Is it installed? >> Local Npm module "grunt-contrib-less" not found. Is it installed? >> Local Npm module "grunt-contrib-qunit" not found. Is it installed? >> Local Npm module "grunt-contrib-uglify" not found. Is it installed? >> Local Npm module "grunt-filerev" not found. Is it installed? >> Local Npm module "grunt-jscs" not found. Is it installed? >> Local Npm module "grunt-jsonlint" not found. Is it installed? >> Local Npm module "grunt-merge-i18n" not found. Is it installed? >> Local Npm module "grunt-shell" not found. Is it installed? >> Local Npm module "grunt-stylelint" not found. Is it installed? >> Local Npm module "grunt-usemin" not found. Is it installed? Warning: Task "jshint" not found. Use --force to continue. Aborted due to warnings. npm ERR! Test failed. See above for more details. npm WARN Local package.json exists, but node_modules missing, did you mean to install?It looks like this is due to the dockerfile generated by blubber doing the install of npm packages in one directory:
COPY --chown=65533:65533 ["package.json", "/opt/lib/"] RUN cd "/opt/lib" && npm install
We've actually changed the way that works in blubber fairly recently. I just updated the releases to ensure that they're all at the latest v0.6.0 like the Debian package used for CI, Let me know if v0.6.0 works for you.
TASK DETAIL
EMAIL PREFERENCES
To: Addshore, thcipriani
Cc: akosiaris, thcipriani, Addshore, Aklapper, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Abbe98, Jonas, mobrovac, Wikidata-bugs, aude, Lydia_Pintscher, dduvall, Mbch331, Jay8g, hashar, greg
Cc: akosiaris, thcipriani, Addshore, Aklapper, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, Gstupp, LawExplorer, Abbe98, Jonas, mobrovac, Wikidata-bugs, aude, Lydia_Pintscher, dduvall, Mbch331, Jay8g, hashar, greg
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
