Такая вот ошибка при команде npm Install
nickezloy@MacBook-Air-Nicke brainorux % npm install
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 ERR! code ETARGET
npm ERR! notarget No matching version found for main@server.js.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/nickezloy/.npm/_logs/2022-06-22T14_27_16_251Z-debug-0.log
nickezloy@MacBook-Air-Nicke brainorux %
Что делать?