I've tried to compile my opa project with the new release 1.0.1. I'm now using :
node myApp.js
to run the server. I get the following error :
module.js:337
throw new Error("Cannot find module '" + request + "'");
Error: Cannot find module 'mongodb'
Do I need to install a node.js module or something to use mongodb ? My mongodb used to work pretty well with the old native backend.
I've also tried to compile my app with the native backend, and I get that message :
Error: No implementations provided for the following modules:
MailMLRuntime referenced from /usr/lib/opa/stdlib/stdlib.qmlflat/stdlib.web.mail.smtp.client.opx/_build/cstdli
_2eweb_2email_2esmtp_2eclient.cmxa(Bsl_init_stdlib_2eweb_2email_2esmtp_2eclient)
Any idea ?
Thanks