I've downloaded and tried out doppio for the first time. I'm trying to get the example.App working on command line with above command but I got this error:
% ../../doppio -cp example example.App
Encountered error: TypeError: Cannot read property 'getLoader' of undefined
TypeError: Cannot read property 'getLoader' of undefined
at a.getLoader (/Volumes/Unix/workspace/doppio/src/threading.ts:709:49)
at a.throwNewException (/Volumes/Unix/workspace/doppio/src/threading.ts:1159:44)
at b.a.throwClassNotFoundException (/Volumes/Unix/workspace/doppio/src/ClassLoader.ts:341:12)
at a.cb (/Volumes/Unix/workspace/doppio/src/ClassLoader.ts:554:14)
at a.run (/Volumes/Unix/workspace/doppio/src/threading.ts:552:12)
at a.run (/Volumes/Unix/workspace/doppio/src/threading.ts:851:12)
at Immediate.<anonymous> (/Volumes/Unix/workspace/doppio/src/threadpool.ts:84:16)
at runCallback (timers.js:672:20)
at tryOnImmediate (timers.js:645:5)
at processImmediate [as _immediateCallback] (timers.js:617:5)
My node version is v6.11.2. Also got the same error with latest node 8.2
Any suggestion?
Hung-