Discord-Bot-TypeScript-Template icon indicating copy to clipboard operation
Discord-Bot-TypeScript-Template copied to clipboard

Cannot find module 'pino' or its corresponding type declarations.

Open ATHDevelopers opened this issue 2 years ago • 4 comments
trafficstars

Error image

How can i fix this?

ATHDevelopers avatar May 26 '23 19:05 ATHDevelopers

Is pino installed? If you look in your node_modules folder is there another folder for pino in there?

KevinNovak avatar May 26 '23 20:05 KevinNovak

Is pino installed? If you look in your node_modules folder is there another folder for pino in there?

image

?????

ATHDevelopers avatar May 26 '23 21:05 ATHDevelopers

that obvious, you didn't install all packages using yarn install or npm install.

amineohn avatar May 30 '23 11:05 amineohn