This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
How remove a package? #133
-
Hi 👋🏻, |
Beta Was this translation helpful? Give feedback.
Answered by
nachoaldamav
Oct 24, 2022
Replies: 1 comment 2 replies
-
Hi! To remove a package you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nachoaldamav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! To remove a package you can use
ultra remove package-name
and after that you should runultra install
again to create the node_modules again.(It shows
Run "fnpm install" to update your node_modules
because the project was named like that before, i need to fix it)