Confused about versions #281
Replies: 1 comment 9 replies
-
This is because the installed version of the module you have, is already happy about the driver version currently installed -> The base version is currently 11.6.0:
^ : Allow 11.x.x (will install latest if fresh install) if you install it fresh - you will get what ever driver version is the latest (and compatible) by default NPM will install what ever dependencies are the latest (and versions that I state should be allowed) to force update the driver...
this will pull down whatever is the latest (and compatible) -> bear in mind - if you want to cash in on something new that is in 11.9 - it wont, as my code base, wouldn't have been developed for it yet (this excludes config file updates) |
Beta Was this translation helpful? Give feedback.
-
"zwave-js / node-zwave-js" is currently at version 11.9.2.
"npm view zwave-js/node-zwave-js version" returns 11.9.2.
"zwave-js / node-red-contrib-zwave-js" doesn't have the 11.9.2 code from "zwave-js / node-zwave-js".
I would like to use the code from 11.9.2. What do I need to do?
Beta Was this translation helpful? Give feedback.
All reactions