How to downgrade the dependencies for npm packages in StackBlitz?

主宰稳场 提交于 2019-12-01 04:28:33

Delete the existing package by clicking the trash can when hovering over the package: Where it says enter package name type @angular/common@5.2.10 and click enter.

The package will be installed. Repeat for rxjs@5.5.10 and @http/common@5.2.10

I thinks the best way is to generate an angular project with the version you want and host it at github then browser the project online at StackBlitz ,It 's look like import an angular project.

read more about this Run Angular CLI repos directly in your browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!