"build": "node_modules/.bin/gulp build", We should not specify the node_modules/.bin part if the env is correctly configured.
Created attachment 143942 [details] [review] Bug 32223: Remove node_modules/.bin from package.json We should not specify the node_modules/.bin part if the env is correctly configured.
To test: pull the latest ktd images (to get /kohadevbox/node_modules) remove your node_modules directory from $SYNC_REPO (if exists) Run yarn gulp commands to regenerate css files
Created attachment 143949 [details] [review] Bug 32223: Remove node_modules/.bin from package.json We should not specify the node_modules/.bin part if the env is correctly configured. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Pushed to master for 22.11. Nice work everyone, thanks!