npm WARN deprecated [email protected]: core-js@<3 is no longer maintained

报错:

npm WARN deprecated [email protected]: core-js@<3 is no longer maintained 

解决办法

npm install --registry=https://registry.npm.taobao.org --loglevel=silly
 npm cache clean --force
 npm install

猜你喜欢

转载自www.cnblogs.com/smart-girl/p/12769169.html
今日推荐