You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: