Closed dominictarr closed 6 years ago
seems like the typescript checker? unfortunately it seems a bit garbled because of ansii control characters?
@dominictarr rxjs clashed with a newer @types/node package. Relevant PR:
https://github.com/ReactiveX/rxjs/pull/3773
I'll pin the older @types/node package, to work arround.
Thanks for trying out, if that works for you, can you please close the issue?
I got past that one, but now I have this error inside electron (I used npm run electron:local
after checking that my local scuttlebutt had the plugins needed)
main.b39dc18144add85119c3.js:1 Uncaught ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
at new i (main.b39dc18144add85119c3.js:1)
at new i.a.r.a.constructor (main.b39dc18144add85119c3.js:1)
at Object.qgXg (main.b39dc18144add85119c3.js:1)
at p (runtime.6afe30102d8fe7337431.js:1)
at Object.jtHE (main.b39dc18144add85119c3.js:1)
at p (runtime.6afe30102d8fe7337431.js:1)
at Object.zUnb (main.b39dc18144add85119c3.js:1)
at p (runtime.6afe30102d8fe7337431.js:1)
at Object.8 (main.b39dc18144add85119c3.js:1)
at p (runtime.6afe30102d8fe7337431.js:1)
oh I got it working. just ran npm start
as per instructions.
I got the following error when attempting to
npm run build
on a fresh install, at commit 003400ae63fb27565ef6ad7251ccf80fb984eeed with node@8.11.1 and npm@5.6.0