본문 바로가기

Vue

같은 라이브러리 다른버전 npm install

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

'Vue' 카테고리의 다른 글

[vue] ngrok 을 이용해서 외부에서 로컬로 접속하기  (0) 2022.05.17
eslint, prettier  (0) 2021.12.14
[Vue3] Watch, WatchEffect  (0) 2021.09.06
Vue Cli 3 IE polyfill 설정하기  (0) 2020.06.25
브라우저 blob 데이터 받기  (0) 2019.10.30