This is probably not a problem with npm. There is likely additional logging output above

npm 报错Thisisprobably not a problem with npm. Thereislikely additional logging output above.


可能是版本的问题

重新 npm install

然后 npm i -D [email protected]

再 npm run dev

重新安装一次,如果还是不可以的话,在把之前装的都清空

rm -rf node_modules

rm package-lock.json

npm cache clear --force

npm install

你可能感兴趣的:(This is probably not a problem with npm. There is likely additional logging output above)