'Invalid Packages on Older VueJS Project

I'm trying to install vuejs project. It's created on 2019.

When I use npm install it returns so many errors and warnings.

It begins with:

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 

And returns

"Module Error (from ./node_modules/eslint-loader/dist/cjs.js):"

When try to work project.

I tried npm list --depth=3

npm ERR! code ELSPROBLEMS
npm ERR! invalid: [email protected] 
npm ERR! invalid: [email protected] 
npm ERR! missing: typescript@>=2.7, required by [email protected]
npm ERR! invalid: [email protected]

Whats wrong with that, I tried to install those packages as specific. But both of them are returning error. And when I try to update them, vuetify returns error, too.

How can I work this project?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source