Manually kill the process and then turn on the npm run dev error report

clipboard.png

clipboard.png

manually kill the process and then start npm run dev error

Port 8080 should not be occupied. I don"t know what went wrong because I opened npm run dev in the wrong way.

Mar.09,2021
The error reported by

is missing script: dev . It looks like dev is not configured in the scripts attribute of package.json . Make sure that there is dev in the scripts attribute in the package.json file under current directory . You didn't change the directory after you killed the process.

Menu