I'm trying to run a react web application I found on GitHub. I'm running this code by typing "npm start" in the terminal and then going to http://localhost:8080/webpack-dev-server/. However the application doesn't move past the first screen after clicking "Get Started".
After inspecting the page I see the following errors:
答案 0 :(得分:0)
Try this...and you check this also
you must add check package.json and delete "test" "echo \"Error: no test specified\" && exit 1" inside "scripts" object.
Let's add the start command instead.
"start": "webpack-dev-server --hot"
And also check your node_moduls
folder, and also you must do npm install