Closed workfel closed 7 years ago
I have the same behavior with typescript 2.4.0. Remove global typescript installation and ensures the project typescript package is 2.3.4
Yes thank you. I just changed in my devDependencies
the typescript
by "typescript": "2.3.4"
and it's works.
Hi,
I generated my vulcain project with
vulcain-cli
the vulcain-corejs version it was1.1.133
. And i have upgrading the vulcain-corejs version and now the server cannot start. I just made this commandnpm update vulcain-corejs --save
. And the new version of vulcain-corejs it's now1.1.134
.This error happen during the compilation phase.
How could solved this ? Thx