MongoDB error cannot find module '. /build/release/bson '

Source: Internet
Author: User



intends to write a blog system with Nodejs, found that Nodejs still exist a lot of pits. The following error question was encountered when using MongoDB:


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



Toss it over, and finally it's settled like this:








Find NPM's module MONGODB. Node_modules\mongodb\node_modules\bson\ext\index.js



and change the Bson in the catch block to the JS version of the path:


bson  =   require   ( ". /build/release/bson '   


becomes


bson  =   require   ( ". /browser_build/bson '   





If you find that the folder is not Browser_biuild (in my case), copy the file directly:


.. Node_modules\bson\build\release\bson


From


.. Node_modules\bson\browser_build\bson



MongoDB error cannot find module '. /build/release/bson '


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.