You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/09/08 21:15:37 UTC

[GitHub] [incubator-superset] philippschw commented on issue #6967: Error with bignumber.js when building docker image

philippschw commented 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 bignumber.js@8.1.1 \
       && 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org