-
Notifications
You must be signed in to change notification settings - Fork 150
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
Cannot find type definition file for pino-pretty while running npm run lint #499
Comments
I don't understand what your error is. |
I'm getting the same error when I run
|
@stevenKirill what does your tsconfig file look like? I think removing this from my tsconfig file fixed it for me.
|
This is my ts-config file |
Thanks for reporting! Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that. |
I run command in teamcity step ci/cd npm run lint and got this error, node version is 16.13.2, os linux rhel 8
How can I fix this? I can't understand whats the problem?
The text was updated successfully, but these errors were encountered: