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 2020/02/04 17:08:50 UTC

[GitHub] [incubator-superset] alexbeletsky opened a new issue #9085: Webpack not found

alexbeletsky opened a new issue #9085: Webpack not found
URL: https://github.com/apache/incubator-superset/issues/9085
 
 
   A clear and concise description of what the bug is.
   
   ### Expected results
   
   The application is up and running
   
   ### Actual results
   
   The application stuck right after login:
   
   <img width="594" alt="Screenshot 2020-02-04 at 18 06 09" src="https://user-images.githubusercontent.com/304929/73768290-0a70c900-4779-11ea-862f-e3dcb2b9bcce.png">
   
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. docker-compose up
   2. open http://localhost:8088/
   3. login with admin/admin
   
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: current master 540df268c286d454ad3980f5c38a972d2163344f
   - python version: `python --version`
   - node.js version: `node -v`
   - npm version: `npm -v`
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] 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
   
   ```
   superset-node_1    | audited 906857 packages in 74.627s
   superset-node_1    |
   superset-node_1    | 1 package is looking for funding
   superset-node_1    |   run `npm fund` for details
   superset-node_1    |
   superset-node_1    | found 2 moderate severity vulnerabilities
   superset-node_1    |   run `npm audit fix` to fix them, or `npm audit` for details
   superset-node_1    |
   superset-node_1    | > superset@0.999.0-dev dev /app/superset/assets
   superset-node_1    | > webpack --mode=development --colors --progress --debug --watch
   superset-node_1    |
   superset-node_1    | sh: 1: webpack: not found
   superset-node_1    | npm ERR! code ELIFECYCLE
   superset-node_1    | npm ERR! syscall spawn
   superset-node_1    | npm ERR! file sh
   superset-node_1    | npm ERR! errno ENOENT
   superset-node_1    | npm ERR! superset@0.999.0-dev dev: `webpack --mode=development --colors --progress --debug --watch`
   superset-node_1    | npm ERR! spawn ENOENT
   superset-node_1    | npm ERR!
   superset-node_1    | npm ERR! Failed at the superset@0.999.0-dev dev script.
   superset-node_1    | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
   ```
   

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


[GitHub] [incubator-superset] saltict commented on issue #9085: Webpack not found

Posted by GitBox <gi...@apache.org>.
saltict commented on issue #9085: Webpack not found
URL: https://github.com/apache/incubator-superset/issues/9085#issuecomment-599564680
 
 
   @alexbeletsky I have same issue like you and I resolved it.
   
   You need to replace line command of superset-node in docker compose with this:
   `command: ["bash", "-c", "cd /app/superset-frontend && npm install --global webpack webpack-cli && npm install && npm run dev"]`
   

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


[GitHub] [incubator-superset] willbarrett commented on issue #9085: Webpack not found

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #9085: Webpack not found
URL: https://github.com/apache/incubator-superset/issues/9085#issuecomment-596792069
 
 
   Hi @alexbeletsky - thanks for the report. I just ran into this problem myself this AM. I'm trying to find the source of the problem now.

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


[GitHub] [incubator-superset] willbarrett commented on issue #9085: Webpack not found

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #9085: Webpack not found
URL: https://github.com/apache/incubator-superset/issues/9085#issuecomment-599615979
 
 
   Thanks for the suggestion @saltict - I've opened a PR with the change.

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


[GitHub] [incubator-superset] stale[bot] closed issue #9085: Webpack not found

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #9085:
URL: https://github.com/apache/incubator-superset/issues/9085


   


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



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


[GitHub] [incubator-superset] stale[bot] commented on issue #9085: Webpack not found

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #9085:
URL: https://github.com/apache/incubator-superset/issues/9085#issuecomment-629365369


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


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



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