node.js cannot find module 'mongodb'

前端 未结 11 2106
天涯浪人
天涯浪人 2020-12-07 22:36

I am going through my first node.js project. I\'ve installed mongodb, have a server.js file, and when I try to run it I get this error

module.js:340
    thro         


        
11条回答
  •  渐次进展
    2020-12-07 23:00

    I got the same Problem and I solve by these steps.

    1.Go to Your Project Dir.(cd your Project Path)

    2.Run this command in command shell( install npm)

    3.Run your Project (node app.js for example)

提交回复
热议问题