Closed soupman99 closed 7 years ago
Hey @soupman99, most likely the acorn
parser barfs on octal literals like 08
or 09
in the source of an npm package required by your code, I've added some error logging for this to help you find the culprit.
To try it out, install from the development branch: npm i github:monounity/karma-typescript#next
@erikbarke thanks!!! I'll give it shot and let you know how it goes.
v3.0.1 with better error logging is on npm now!
I setup my files according to this post: https://github.com/monounity/karma-typescript/issues/110#issuecomment-292936366
Then I get this error when I run
karma start
Any idea of what to do?