Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running "server-start" produces this error. #5

Open
michaelbhand opened this issue Jun 9, 2020 · 1 comment
Open

Running "server-start" produces this error. #5

michaelbhand opened this issue Jun 9, 2020 · 1 comment

Comments

@michaelbhand
Copy link

michaelbhand commented Jun 9, 2020

ERROR in Entry module not found: Error: Can't resolve './src' in '/covid-dashboard'
ERROR in multi (webpack)-dev-server/client?http://localhost:8080 ./src
Module not found: Error: Can't resolve './src' in '/covid-dashboard'
@ multi (webpack)-dev-server/client?http://localhost:8080 ./src main[1]

@tobiu
Copy link
Contributor

tobiu commented Jun 9, 2020

Hi Michael,

this error is kind of intentional and you can ignore it.

The webpack-dev-server is supposed to run on the dist folder, but we are pointing it to the repo root, since we do want to use the apps folder as well for the development mode. It should open a new Browser tab automatically and all apps should run fine.

I am mostly using the WebStorm based local server, which runs without any errors.

Give me a ping in case something is not working as it should be.

Best regards,
Tobias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants