删除node_module文件夹和package-lock.json文件,再重新npm install
sudo rm -rf node_modules package-lock.json
sudo npm install