npm install doesn't create node_modules directory

后端 未结 8 2074
故里飘歌
故里飘歌 2020-12-05 13:07

I am trying to do a homework for a mongodb uni course. They gave us some files, instructions are:

run npm install mongodb then node app.js<

8条回答
  •  暖寄归人
    2020-12-05 13:39

    npm init

    It is all you need. It will create the package.json file on the fly for you.

提交回复
热议问题