简体   繁体   English

如何安装Yeoman发电机的旧版本(恢复版)?

[英]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. 具体来说,我正在使用这个https://github.com/keshavos/generator-angularjs-cordova进行我的项目,最新的更新与$ http有关,所以我想回到旧版本(0.2.2 in这种情况)直到它被修复。

Thanks in advance 提前致谢

npm install -g generator-angularjs-cordova@0.2.2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM