-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branding deployment requires npm install/update #6
Comments
Thanks indeed @sylmorin-gbif. I think that this issue is something weird that happens because we are using a docker environment (and BTW didn't happened to me before, only to other users). The deploy script is this: Some related discussion: I thought this was fixed already with this commit: Did you exec |
I totally used the slack discussion you mentioned to fix my issue :) By the way (since I prepared my demo, I rehearsed serveral times), once, I did the npm install from my laptop, in the branding config directory - but not from the docker container What a mistake !!! since my local npm version was not the same than the npm in the docker container, everything was messy after that... That's why it would be great if the deploy script could execute it, from the docker container, don't you think? |
I still cannot reproduce, I tried several deployments and all worked for me. Probably related:
I do |
Branding deployment is failing because some npm libs are missing.
Executing:
npm install npm update
is fixing the issue.
It would be great to have it executed by default
The text was updated successfully, but these errors were encountered: