美文网首页
2018-09-18 Mosh nodejs lecture 3

2018-09-18 Mosh nodejs lecture 3

作者: 五大RobertWu伍洋 | 来源:发表于2018-09-23 12:23 被阅读6次
  1. npm un mongodb

this would unistall mongodb from current projetc and remove its dependency info from package.json file

  1. npm i mongodb@3.1.4

  2. npm view mongodb version

show the current installed module's version

  1. npm view mongodb versions

note, the last world has a 's', this shows all the released version of mongodb and hep you to choose an old version if needed.

相关文章

网友评论

      本文标题:2018-09-18 Mosh nodejs lecture 3

      本文链接:https://www.haomeiwen.com/subject/wdtunftx.html