You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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.
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]
The text was updated successfully, but these errors were encountered: