> npm update
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
up to date in 11s
1 package is looking for funding
run `npm fund` for details
搜寻了很多解决方法但是一个都没奏效,虽然不影响使用,但是我用的一直是最新版的 npm 啊,总是提示我 package-lock.json 是旧版创建的,删除 node_modules 和 package-lock.json 重新生成后也还是提示这个