realie icon indicating copy to clipboard operation
realie copied to clipboard

Error: Cannot find module 'ext'

Open alexwall opened this issue 14 years ago • 3 comments

Hi during the installation I had problems so I cant't start realie

git://gist.github.com/573607.git

alexwall avatar Sep 10 '10 13:09 alexwall

I have the same prblem. Look at this: http://pastie.org/1149012

benoror avatar Sep 10 '10 19:09 benoror

Yep, same here too. It's because express tries to include class.js which doesn't seem to exist so the express submodule update fails which means ext is not available, and it just so happens ext is the first module that realie tries to require. Pity, I'd love to try realie out.

markc avatar Sep 16 '10 06:09 markc

I've fixed it. http://github.com/alexwall/realie

Clone my Repo [email protected]:alexwall/realie.git

alexwall avatar Sep 17 '10 07:09 alexwall