Is there a way to refine my search on npm by excluding certain terms? For example, I am trying to search for 'carousel' but want to avoid any results related to 'react'. I have attempted the following methods without success:
carousel -react
and
carousel NOT react
Unfortunately, both of these searches still show results with 'react' in them. Do you have any suggestions on how to effectively exclude search terms on npm?