Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install older version (revert) of Yeoman generator?

Is there a way to revert back to an older version of some yeoman generator? Specifically I'm using this https://github.com/keshavos/generator-angularjs-cordova for my project and the latest update has something wrong with $http so I'd like to go back to older version (0.2.2 in this case) until it's fixed.

Thanks in advance

like image 248
damirsehic Avatar asked Sep 01 '14 14:09

damirsehic


1 Answers

npm install -g [email protected]
like image 73
silvenon Avatar answered Nov 15 '22 18:11

silvenon