Open imeninnik opened 9 years ago
Examples are intended to be run after a git clone
of the repo.
Simply change scribe = require('../scribe')()
with scribe = require('scribe')()
Thanks for answer and sorry, but that also does not helps.
I've tried with
var scribe = require('../scribe')();
and var scribe = require('scribe')();
as well.
Just to clearify: any other modules I usee in app (like epress, fs, bodyParse, unirest etc) are works as expected
Ok this is strange. As other modules work as expected I don't understand why it's buggy here. What is your new error message ?
This is quite late, but as a someone else new to node+express+scribe, the necessary change was to
require('scribe-js')()
@mbuckbee That did it for me, thanks!
Try to make everything by your instruction npm install and then copy simple express example