'No matching version found for yargs@^17.2.1

I am facing this error, after pull when I am trying to do npm install command.

npm ERR! code ETARGET
npm ERR! notarget No matching version found for yargs@^17.2.1.
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! notarget 
npm ERR! notarget It was specified as a dependency of 'pl201260-pi-wm-experience-platform'
npm ERR! notarget 

My package.json version like this:

"name": "adviser",
"version": "0.0.0",
"license": "MIT",

I have tried commands npm cache clean --force and tried deleting package-lock.json file.

Kindly let me know what this 0.0.0 version means and why how this problem can be tackled.



Sources

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

Source: Stack Overflow

Solution Source