acvander commented on issue #12827:
URL: https://github.com/apache/superset/issues/12827#issuecomment-770283572


   I experienced the same issue earlier. I followed the instructions in #9880 
and increased the memory allocation in Docker to 8GB. 
   
   The `superset-node` service does take a long time to complete installing the 
node modules. For me it took at least 20 minutes. You can follow the logs using 
```docker-compose logs superset-node```. 
   
   My logs looked like this while it was installing the modules
   `
   npm WARN using --force I sure hope you know what you are doing.
   /usr/local/bin/webpack-cli -> 
/usr/local/lib/node_modules/webpack-cli/bin/cli.js
   /usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js
    [email protected]
    [email protected]
   added 131 packages from 161 contributors in 20.531s
   npm WARN using --force I sure hope you know what you are doing.
   `


----------------------------------------------------------------
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]

Reply via email to