NishantSinghChandel opened a new issue, #21799: URL: https://github.com/apache/superset/issues/21799
A clear and concise description of what the bug is. I am getting module not found error, when running without docker, setting up backend and frontend as mentioned in contributing.md. #### How to reproduce the bug 1. Local setup using contibuting.md, Running superset using proxy server followed instructions on contibuting.md. , 2. After setting up reverse proxy server, i tried to run npm run dev-server 3. I got the above error with black screen. After closing this the project is working as expected, but on refresh the error shows up again. 4. See error <img width="1776" alt="Screenshot 2022-10-13 at 12 48 59 PM" src="https://user-images.githubusercontent.com/17858766/195529763-fe8ef2c2-01ae-4422-b768-94b3999bfcdc.png"> ### Expected results what you expected to happen. It must run without showing black screen full of error. ### Actual results what actually happens. It shows black screen. #### Screenshots If applicable, add screenshots to help explain your problem. Added above ### Environment (please complete the following information): - browser type and version: Chrome Version 106.0.5249.119 - superset version: `superset version` Superset 0.0.0-dev - python version: `python --version` Python 3.9.7 - node.js version: `node -v` v16.17.0 (npm v8.15.0) - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ yes] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ yes] I have reproduced the issue with at least the latest released version of superset. - [yes ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
