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 2021/12/08 08:29:13 UTC

[GitHub] [superset] maartenbreddels commented on issue #17076: [Urgent] Unable to load superset stuck in welcome page post login

maartenbreddels commented on issue #17076:
URL: https://github.com/apache/superset/issues/17076#issuecomment-988600564


   Docker didn't work for me, I checked out the `docker/docker-frontend.sh` script, and ran those commands manually. i.e.:
   ```
   # get nodejs from conda-forge in my case
   conda install -c conda-forge nodejs
   cd superset-frontend
   npm install -f --no-optional --global webpack webpack-cli
   npm install -f --no-optional
   npm run dev
   ```
   
   My guess is some of the init scripts should have run this, but because nodejs is not installed it skipped it. I guess the installation docs can be improved on this.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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