What is the problem with starting npm start and how to solve it?
The screenshot above shows that there is no permission. sudo npm startTry it
sudo npm start
Try deleting node_modules and re-execute npm installTry again
node_modules
npm install
It should be that there is no sudo permission
Just re-execute sudo npm install webpack-dev-server, but in the end webpack failed to compile after execution
The screenshot above shows that there is no permission.
sudo npm start
Try itTry deleting
node_modules
and re-executenpm install
Try againIt should be that there is no sudo permission
Just re-execute sudo npm install webpack-dev-server, but in the end webpack failed to compile after execution