标签: npm npmjs
我使用npm。 当我使用以下命令安装库时:
npm install select2 --save
或
npm install https://github.com/select2/select2.git --save
其所有依赖项也已安装。
如何仅安装库(无依赖项)?