装了node.js,然后使用npm装express正常,执行npm install报错

npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm ERR! Cannot read property 'match' of undefined

npm ERR! A complete log of this run can be found in:
npm ERR! D:\nodejs\node_cache_logs\2022-01-12T05_27_52_894Z-debug.log

删了node_modules重装,要不就执行以下yarn add 试试,或者npm install --force