Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto-instrumentations-node - File '../../tsconfig.base' not found. #733

Closed
iquirino opened this issue Nov 11, 2021 · 4 comments
Closed

auto-instrumentations-node - File '../../tsconfig.base' not found. #733

iquirino opened this issue Nov 11, 2021 · 4 comments
Labels
bug Something isn't working stale

Comments

@iquirino
Copy link

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

@iquirino iquirino added the bug Something isn't working label Nov 11, 2021
@dyladan
Copy link
Member

dyladan commented Nov 11, 2021

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?

@iquirino
Copy link
Author

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.

@github-actions
Copy link
Contributor

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the stale label Jan 17, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2022

This issue was closed because it has been stale for 14 days with no activity.

@github-actions github-actions bot closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants