codepic opened a new issue #11043: URL: https://github.com/apache/incubator-superset/issues/11043
### Steps to repro superset_node exits with code 1 when running the following command on Ubuntu 18.04 ```bash docker-compose up --build ``` ### Expected results ```bash superset_node | No type errors found superset_node | Version: typescript 3.8.3 superset_node | Time: 49404ms superset_node | <s> [webpack.Progress] 100% superset_node | superset_node | 7749 modules ``` ### Actual results ```bash superset_node | superset_node | npm ERR! code EBADPLATFORM superset_node | npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) superset_node | npm ERR! notsup Valid OS: darwin superset_node | npm ERR! notsup Valid Arch: any superset_node | npm ERR! notsup Actual OS: linux superset_node | npm ERR! notsup Actual Arch: x64 superset_node | superset_node | npm ERR! A complete log of this run can be found in: superset_node | npm ERR! /root/.npm/_logs/2020-09-24T13_16_42_389Z-debug.log superset_node exited with code 1 ``` #### Screenshots If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. Pull incubator-superset, branch master, commit 6181994084067a32883bb01db55356cc7aa4712b 2. cd incubator-superset 3. docker-compose up --build ### Environment (please complete the following information): - superset version: `6181994084067a32883bb01db55356cc7aa4712b` - python version: `Python 2.7.17` - node.js version: `v12.18.3` - npm version: `6.14.6` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Does not occur with commit 5199423ad19d30ee066dcfdb75c10f9c084a1250 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
