Closed ibc closed 10 years ago
Hey ibc, it looks like PrettyError isn't downloaded correctly for you. Can you try removing/reinstalling it? package.json
should point to ./lib/pretty-error.js
as main
and that file must exist.
I cannot reproduce the issue again, so let's close this issue. Will report again if I see something new.
Thanks!
so obviously
var pe = new PrettyError();
also returnsundefined
and nothing works.