Vue
같은 라이브러리 다른버전 npm install
SO-BBANG
2021. 10. 5. 15:41
https://www.nieknijland.nl/blog/use-multiple-versions-of-an-npm-package-at-the-same-time
Use multiple versions of an npm package at the same time | Blog
Sometimes the API of an npm package changes. And sometimes the package is not backward compatible. In big projects, it is sometimes hard to refactor all the code concerned with a new API of an npm package you just updated. You probably want to be able to r
www.nieknijland.nl
npm install <alias>@npm:<name>
or
yarn add <alias>@npm:<name>
ex) npm install swiper-lastest@npm:swiper@7.0.8