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

1

5

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

Brandenburg answered 1/9, 2014 at 14:27 Comment(1)
It turns out something changed in versions and I had to escape special characters in URL.Brandenburg
P
7
npm install -g [email protected]
Pointenoire answered 3/9, 2014 at 2:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.