ฉันได้รับข้อผิดพลาดด้านล่าง:
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
นี่คือรายละเอียดเวอร์ชันของฉัน:
ระบบปฏิบัติการ: Windows 7
MongoDB: 2.6.5
โหนด: 0.12.0
ฉันลองสิ่งเหล่านี้ก่อนโพสต์ปัญหาที่นี่
ฉันไปที่
\node-modules\mongoose\node-modules\mongodb\node-modules\bson
โฟลเดอร์และทำการเปลี่ยนแปลงด้านล่างในไฟล์ binding-gyp จาก'include_dirs': [ '<!(node -e "require(\'nan\')")' ]
เป็น'include_dirs': ["<!(nodejs -p -e \"require('path').dirname(require.resolve('nan'))\")"]
เรียกใช้คำสั่งนี้
npm install -g node-gyp
ฉันได้อัปเดตรุ่นพังพอนเป็น 3.8.21 ภายในแล้ว
package.json
ไม่มีอะไรทำงาน กรุณาแนะนำ