Reputation: 5432
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
Reputation: 5432
Just to close the question, here how I'm doing it now :
npm install -g --unsafe-perm [email protected]
Upvotes: 2