如果我们有个很奇怪的需求,需要安装同一个包的2个版本,我们可以用npm alias来实现
npm i <alias>@npm:<packageName>@版本 # 例子 npm i antd3@npm:antd@3 npm i antd4@npm:antd@4