hello all
Im new on Ionic, at in my fisrts attempt to create a file using angular, i
m facing this problem.
before i open the ionic file, i run npm i bootstrap@3 .
when i open Visual Studio Code, after 6 seconds this message appears on app.component.ts:
if i click app.components.spec.ts and app-routing.module.ts, the error jumps to this as well
can someone help please?
Cheers
Hello,
open .eslintrc.json and verify “project”: [“tsconfig.json”, “e2e/tsconfig.json”],
put “/” in “tsconfig.json”
“project”: [“/tsconfig.json”, “e2e/tsconfig.json”],
I have the same problem
i’ve modified assuggested but it still doesnt work
any solution?
“eslint.workingDirectories”: [
{ “mode”: “auto” }
]
I fixed this issue by these magical lines.
Include these lines in .eslintrc.json