covid-dashboard icon indicating copy to clipboard operation
covid-dashboard copied to clipboard

Running "server-start" produces this error.

Open michaelbhand opened this issue 4 years ago • 1 comments

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]

michaelbhand avatar Jun 09 '20 15:06 michaelbhand

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

tobiu avatar Jun 09 '20 15:06 tobiu