Read the statement by Michael Teeuw here.
Version identification
-
I know I’ve seen it on here but can’t find how to identify which version of various software is installed…
node, npm, MagicMirror and others…
Thanks
Dennis N6NG -
@N6NG
npm -vandnode -v -
@mumblebaj Thanks
-
@N6NG most commands support help
xxx --help
or
xxx -hnpm -v
node -vsome require uppercase
python -V
pm2 -Vbut help will help you figure it out
magicmirror shows its version on startup,
Starting MagicMirror: v2.20.0-developbut u can get it from the package.json file too
grep version package.json(base) sam@sams:~/MagicMirror$ grep version package.json "version": "2.20.0-develop", -
@sdetweil Thanks again… I’ll try to remember “help is my friend”
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login