How to install an older version (return) of the Yeomen generator?

Is there a way to revert to an older version of some yoma generator? In particular, I am using this https://github.com/keshavos/generator-angularjs-cordova for my project, and the latest update has something wrong with $ http, so I would like to revert to an older version (0.2. 2 in this case) until it is fixed.

Thanks in advance

+5
source share
1 answer
npm install -g generator-angularjs-cordova@0.2.2 
+7
source

Source: https://habr.com/ru/post/1201569/


All Articles