Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS version

前端 未结 30 2351
予麋鹿
予麋鹿 2020-11-28 02:19

I am getting the below error:

{ [Error: Cannot find module \'../build/Release/bson\'] code: \'MODULE_NOT_FOUND\' } 
  js-bson: Failed to load c++ bson extens         


        
30条回答
  •  时光说笑
    2020-11-28 02:47

    I also had the same problem with bson.

    trying a newer mongoose version

    npm install mongoose@4.4
    

    solved the issue.

    Massimo.

提交回复
热议问题