Downgrade to older version #228
hklages
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case you need to downgrade to an older version you find all previous releases here.
Standard installation to downgrade to 5.0.0
See the official documentation and use as package name for instance
[email protected]
to downgrade to 5.0.0Installation on Proserv to downgrade to 5.0.0
In case you would like to downgrade to version 5.0.0:
Download the file with the following link
https://registry.npmjs.org/node-red-contrib-sonos-plus/-/node-red-contrib-sonos-plus-5.0.0.tgz
In Node-RED, select the
Upload module tgz file
button in theHamburger | Manage Palette | Install tab
dialogRedmatic to downgrade to version 6.1.0
You should see all installed packages with (thats a good test)
npm list
and you can install any package with
npm install --no-package-lock --global-style --save-prefix="~" --only=prod [email protected]
Beta Was this translation helpful? Give feedback.
All reactions