How to install an older node version

Hi,
i (and a lot of other ones) have a problem with a newer version of a node.
In my case it´s:

node-red-contrib-smartnora (node) - Node-RED

How can i install an older version ?

Thx in advance

use npm install
npm install [package-name]@[version-number]
https://nodered.org/docs/user-guide/runtime/adding-nodes#installing-with-npm

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.