安装指定版本的jquery-1.11.2

npm install jquery@1.11.0

安装1.0中的最新版本

npm install jquery@1

安装2.0版本中的最新版本

npm install jquery@2

依次类推