mistercrunch commented on issue #9880:
URL:
https://github.com/apache/incubator-superset/issues/9880#issuecomment-716987088
My guess is that given that the build operation is super io-heavy and that
virtualization, depending the platform you're on (say docker on windows, or
docker-in-docker, or whatever) can make certain io operations sluggish, and
really slow down the build process. Looks like the `node_modules/` folder
contains a quarter million files (!)
```bash
$ find superset-frontend/node_modules/ | wc -l
240901
```
----------------------------------------------------------------
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]