The package-lock.json file was created with an old version of npm

Problem background:
npm install report:
The package-lock.json file was created with an old version of npm

Problem Analysis:
You are too new to use npm

#npm i npm@6 -g
#npm -v
6.14.15
  • Reference article: https://blog.csdn.net/inthat/article/details/120564807

Guess you like

Origin blog.csdn.net/weixin_43794749/article/details/122831505