Answered
On my Macbook machine, how do I get the current version of NPM running and installed?
There is an easy way to do this via the command line, right?
Yes, you can do this via the command line:
npm --version
Which will output the current version number of NPM on your machine:
8.5.1
Either of these commands will work for you:
npm --version
Or
npm --v