KevinNovak / Discord-Bot-TypeScript-Template

Discord bot - A discord.js bot template written with TypeScript.
MIT License
485 stars 87 forks source link

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

Open ATHDevelopers opened 1 year ago

ATHDevelopers commented 1 year ago

Error image

How can i fix this?

KevinNovak commented 1 year ago

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

ATHDevelopers commented 1 year ago

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

image

?????

amineohn commented 1 year ago

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

0-Sandy commented 1 month ago

Try deleting node_modules and doing yarn install, npm install or pnpm install