how to reinstall

Hello ... idont know how to reinstall / uninstall ... what is the command for that ... i checked the documentation only install is there
5 Replies
GROTEX
GROTEX5mo ago
what package manager did you use?
npm uninstall <package-name>
pnpm remove <package-name>
yarn remove <package-name>
npm uninstall <package-name>
pnpm remove <package-name>
yarn remove <package-name>
Slime
SlimeOP5mo ago
No description
Slime
SlimeOP5mo ago
is this it?
GROTEX
GROTEX5mo ago
if you used these commands to install
yarn add drizzle-orm postgres
yarn add -D drizzle-kit
yarn add drizzle-orm postgres
yarn add -D drizzle-kit
then run the same commands but change add to remove
yarn remove drizzle-orm postgres
yarn remove -D drizzle-kit
yarn remove drizzle-orm postgres
yarn remove -D drizzle-kit
Slime
SlimeOP5mo ago
I used npm … thank you soo much

Did you find this page helpful?