Hi there first of all thanks for creating this. I'm trying to get this running and am failing at the same step installing through the Heroku button or terminal:
when trying to seed the accounts, I get this error:
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
One of the things I've tried is this https://stackoverflow.com/a/28932441/937708 answer, changed the path, deployed to Heroku, running again returns the same error.
Is this anything you've run into?
Thank you 🙏
Hi there first of all thanks for creating this. I'm trying to get this running and am failing at the same step installing through the Heroku button or terminal:
when trying to seed the accounts, I get this error:
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
One of the things I've tried is this https://stackoverflow.com/a/28932441/937708 answer, changed the path, deployed to Heroku, running again returns the same error.
Is this anything you've run into?
Thank you 🙏