var Datastore = require('nedb') , db = new Datastore({ filename: $HOME .'path/to/datafile', autoload: true });
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I just try nedb with node-webkitit shows " Cannot find module 'nedb' "I want distribute my exe programe to windows without installhow to pack it with node-webkitthank you very much
在 2013年8月31日星期六UTC+8上午11时11分54秒,Anthony Ettinger写道: