Open ATHDevelopers opened 1 year ago
Is pino installed? If you look in your node_modules
folder is there another folder for pino
in there?
Is pino installed? If you look in your
node_modules
folder is there another folder forpino
in there?
?????
that obvious, you didn't install all packages using yarn install or npm install.
Try deleting node_modules and doing yarn install, npm install or pnpm install
How can i fix this?