-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I just cloned the project, ran the "npm install" and "npm run start" commands and got endless lines of errors. I used IntelIJ to run the project via the Terminal built inside.
Most of them come from "node_modules", the 'exclude' tag from tsconfig.json seems to not be working properly. Only 2-3 errors come from /src:
ERROR in [default] D:\Proiect\Components\swagger2-angular2-materialize\src\app\vendor.ts:24:8
Left-hand side of assignment expression cannot be a constant or a read-only property.
ERROR in [default] D:\Proiect\Components\swagger2-angular2-materialize\src\custom-typings.d.ts:25:12
Cannot redeclare block-scoped variable 'hljs'.
node version = 6.10.3
nom version = 3.10.10
Hope you are still available. I am very interested to see this swagger/angular version work.