0.3 Error: Cannot find module '../build/Release/bson'
See original GitHub issue{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
node: 4.2.1 npm: 2.14.7 keystone: 0.3.15
Issue Analytics
- State:
- Created 8 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
1 Answer - 1 - Stack Overflow
Meteor Error: Cannot find module '../build/Release/bson' ... How to fix this? node.js · meteor · npm.
Read more >Issues - GitHub
Receiving the following error message: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to ...
Read more >Description - SiteKiosk
Hello Support. I check the nodelog file and found there is an error there - "Cannot find module ../build/Release/bson"
Read more >Node.js Driver - MongoDB Jira
[Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }. js-bson: Failed to load c++ bson extension, using pure JS ...
Read more >Search - appsloveworld
[Solved]-Meteor Error: Cannot find module '../build/Release/bson'-node.js · 1.go on this repo, fork the entire MeteorFS-Collection locall · 2.Copy the 'gridfs' ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ccqgithub you need to use the
master
branch from git by runningnpm i keystonejs/keystone
.Fixed in v4 👍