You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.
默认jsgen下如果运行最新jsgen将出现:Failed to load c++ bson extension, using pure JS version
{ [MongoError: driver is incompatible with this server version] name: 'MongoError' }
^Z
测试发现此为mongoskin的版本过低导致
解决方案:
将root下package.js的"mongoskin": "~1.3.x"修改为"mongoskin": "~1.4.x"
npm install
运行正常
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
默认jsgen下如果运行最新jsgen将出现:Failed to load c++ bson extension, using pure JS version
{ [MongoError: driver is incompatible with this server version] name: 'MongoError' }
^Z
测试发现此为mongoskin的版本过低导致
解决方案:
将root下package.js的"mongoskin": "~1.3.x"修改为"mongoskin": "~1.4.x"
npm install
运行正常
The text was updated successfully, but these errors were encountered: