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 am able to install using the command npm install @opentelemetry/auto-instrumentations-node --save just fine on that version of node. The error you are showing here looks like a typescript compilation error. Are you trying to recompile the package?
No, I just installed it on my typescript project.
I think that my eslint is getting the tsconfig.json and trying to find the tsconfig.base.
My code is working when I try to run, but my vscode show this as a problem/error.
What version of OpenTelemetry are you using?
^0.26.0
What version of Node are you using?
14.18.1
What did you do?
npm install @opentelemetry/auto-instrumentations-node --save
What did you expect to see?
Should compile without problems
What did you see instead?
[{
"resource": "/com.docker.devenvironments.code/node_modules/@opentelemetry/auto-instrumentations-node/tsconfig.json",
"owner": "typescript",
"severity": 8,
"message": "File '../../tsconfig.base' not found.",
"source": "ts",
"startLineNumber": 2,
"startColumn": 14,
"endLineNumber": 2,
"endColumn": 35
}]
Additional context
The text was updated successfully, but these errors were encountered: