philippschw removed a comment on issue #6967: Error with bignumber.js when building docker image URL: https://github.com/apache/incubator-superset/issues/6967#issuecomment-529242406 Had the same error and was solved by the suggestion: ``` RUN cd superset/assets \ && npm install [email protected] \ && npm ci \ && npm run sync-backend \ && npm run build \ && rm -rf node_modules ``` The fix is not necessary for linux host, but on windows server fixed it for me!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
