Peng Wang
Peng Wang
it seems the issue is rc('npm').prefix here. If the prefix is not explicitly set in npmrc. the builtin prefix will not be picked up. manual set in ~/.npmrc will fix.
if any of your dependency is built from virtual module, we might have this problem. see other discussion in #12912
same. any update?  
@hrsh7th , can you help take a look at this. This is how it looks now.  After updating according to PR.  still look funky with function overload and...
I can resolve my case with workaround from @Sector6759 mentioned [above](https://github.com/primefaces/primevue/issues/5903#issuecomment-2241709437). Thanks for the information. TLDR: If we've already imported primevue using the app.use in `main.ts`, when we import the...
> @pwang2 Alternatively you can use [auto imports](https://primevue.org/autoimport/). Thanks. Yes. I keep thinking about from a modular even with SFC. So, I am feeling sort of mixed when using something...