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
➔ tsc
src/PinoSentryTransport.ts:1:19 - error TS7016: Could not find a declaration file for module 'pino-abstract-transport'. 'node_modules/pino-abstract-transport/index.js' implicitly has an 'any' type.
Try `npm install @types/pino-abstract-transport` if it exists or add a new declaration (.d.ts) file containing `declare module 'pino-abstract-transport';`
1 import build from 'pino-abstract-transport';
~~~~~~~~~~~~~~~~~~~~~~~~~
➔ npm install @types/pino-abstract-transport
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fpino-abstract-transport - Not found
npm ERR! 404
npm ERR! 404 '@types/pino-abstract-transport@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
The text was updated successfully, but these errors were encountered:
Can't be used in a TypeScript project:
The text was updated successfully, but these errors were encountered: