Method to install a specific version (downgrade) of plugin #192
Answered
by
sbender9
Peter-Petrik
asked this question in
Q&A
-
Recently I've had a couple of plugins that introduced bugs in new releases, and I found myself fumbling with git commands trying to identify the prior release, etc. What is the recommended way to install a specific version of plugin? GUI or command line methods are welcome. |
Beta Was this translation helpful? Give feedback.
Answered by
sbender9
Jul 24, 2025
Replies: 1 comment 2 replies
-
cd ~/.signalk You can look on npmjs.com to find a list released version numbers for a plugin. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Peter-Petrik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd ~/.signalk
npm install [email protected]
You can look on npmjs.com to find a list released version numbers for a plugin.