安装指定版本号模块
我们现在可以安装任意想要的版本的 underscore, 只需要在 @ 符号后面加上所需版本号即可。
$ npm install [email protected]+ [email protected] 1 package in 1.574s $ npm list [email protected] /home/sitepoint/project └── [email protected]
我们现在可以安装任意想要的版本的 underscore, 只需要在 @ 符号后面加上所需版本号即可。
$ npm install [email protected]+ [email protected] 1 package in 1.574s $ npm list [email protected] /home/sitepoint/project └── [email protected]