npm 查看版本信息 第一种形式:npm ls jquery 即可(查看本地装置的 jQuery),上面我的本地没有装置 jquery, 所以返回 empty 的后果; 第二种形式:npm ls jquery -g (查看全局装置的 jquery)