Engine
Engine

Reputation: 5432

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 [email protected] without anysuccess. does anybody has an idea how to do it?

thanks in advance !

Upvotes: 1

Views: 6575

Answers (1)

Engine
Engine

Reputation: 5432

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

npm install -g --unsafe-perm [email protected]

Upvotes: 2

Related Questions