Does NPM work for you in the first place? Much less after 5 years? They’ll have gone through 2 major revisions on their lock file format, and it’ll complain you don’t have the exact version of node specified in your package.json
And another 30 didn't use versioning correctly so they installed new dependencies of their own that broke things three levels deep.
Yes, based on a true story.
nvm use && npm i && npm run dev