I have babelify in version 7.3.0 specified in devDependencies in my package.json file like below:
"devDependencies": {
...,
"babelify": "7.3.0",
...
}
Everything is going fine and the dependency is downloaded from npm but when I've run npm outdated
command I've got:
Package Current Wanted Latest Location
babelify MISSING 7.3.0 7.3.0 project
What is going on here? Why MISSING? Did you have such situation?
Description. This command will check the registry to see if any (or, specific) installed packages are currently outdated. By default, only the direct dependencies of the root project and direct dependencies of your configured workspaces are shown.
Here is the tip: run npm outdated from the terminal in your project folder to see if the installed packages are outdated. npm outdated is a built-in npm command and you don't have to install any additional packages for it.
What is going on here? Why MISSING? Did you have such situation?
MISSING means that package is not installed.
Installing the package will solve the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With