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
ERROR: ...src/app/api.service.ts[9, 16]: " should be '
ERROR: ...src/app/api.service.ts[9, 16]: " should be '
ERROR: ...src/app/api.service.ts[31, 4]: Unnecessary semicolon
ERROR: ...src/app/api.service.ts[31, 4]: Unnecessary semicolon
ERROR: ...src/app/api.service.ts[34, 9]: Identifier 'body' is never reassigned; use 'const' instead of 'let'.
ERROR: ...src/app/api.service.ts[34, 9]: Identifier 'body' is never reassigned; use 'const' instead of 'let'.
and so on...
Do u also have it?
Does it look as tslint issue or ng cli due to the fact I have global and local version?
Note: I tried to uninstall global, and then ng is not linked by npm to local.
I tried to npm link but it doens't work.
Here is example:
and so on...
Do u also have it?
Does it look as tslint issue or ng cli due to the fact I have global and local version?
Note: I tried to uninstall global, and then
ng
is not linked by npm to local.I tried to
npm link
but it doens't work.@didinj any ideas?
The text was updated successfully, but these errors were encountered: