Search code examples
node.jsnode-red

how to install a specific version of node-red


I'm trying to install a specific version of node-red v0.19.7. I've tried npm install node-red@0.19.3 without anysuccess. does anybody has an idea how to do it?

thanks in advance !


Solution

  • Just to close the question, here how I'm doing it now :

    npm install -g --unsafe-perm node-red@0.19.5