Closed pztrn closed 6 years ago
TypeScript's fault for issuing a breaking change as a minor version bump. I'll fix it, but just to make it clear: TypeScript's fault.
Well, managed to get it working by using commands from Dockerfile, so it look like README needs to be updated.
Is there any workaround? I have the same problem.
@gmarcos87 edit the package.json
and replace the needed typescript version
- "typescript": "^2.3.2"
+ "typescript": "2.3.2"
Debian 9, node 6.9.1, installed using latest method from README and latest sources from Github. Output: