How to ignore sharp installation while installing packages?
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
I don't need sharp in my Next15 project, is there a way to not install that package?
6 Replies
American
Does it install even if it's not in package.json?
Sloth bearOP
Yes, it is now "included" with next
but I just don't need it
@Sloth bear I don't need sharp in my Next15 project, is there a way to not install that package?
You can’t.
If you look at your node_modules now you’ll see that 90% of it is just packages you don’t need, but they are installed anyway because packages declare them as dependencies on the assumption that you may need it in the future
If you look at your node_modules now you’ll see that 90% of it is just packages you don’t need, but they are installed anyway because packages declare them as dependencies on the assumption that you may need it in the future
Black Scoter
Hello
Let's talk about your issue