Tip: Users of the ZMF plugin for zowe cli and the VSCode Explorer – keep node.js and zowe up to date – ChangeMan ZMF Tips & Information
Just a reminder, that if you are using the ChangeMan ZMF plugin for zowe cli and/or the VSCode Explorer for ChangeMan ZMF, that you should regularly check for and upgrade to the latest version of node.js and also the latest LTS version of zowe cli.
it is easy to forget that these need to be kept current.
You can check your node version by issuing the command:
node -v
and the latest version of zowe cli by issuing:
zowe -V
You can find the current version of node.js at – Download | Node.js (nodejs.org)
and you can upgrade your zowe cli base by issuing the following command:
npm install -g @zowe/cli@zowe-v2-lts
Read more here: Source link