Just asking if it could be possible to check and compare versions installed and the one in the npm registry. If a user makes use of an older version, we could write a message at the end that you have used an older version. Update the version of nodejs-api-cli.
Also, one of the constraints might be, the user does not have the internet to check the local version with registry version,
for such a case, we don't need to do anything.
Just asking if it could be possible to check and compare versions installed and the one in the npm registry. If a user makes use of an older version, we could write a message at the end that you have used an older version. Update the version of
nodejs-api-cli
.