Peng Wang

Results 26 comments of 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? ![image](https://github.com/user-attachments/assets/1def19a4-38f6-4bca-8435-bb7a3bca5ac2) ![image](https://github.com/user-attachments/assets/3857b90f-05d5-4ec0-8be5-5a11718ad24e)

@hrsh7th , can you help take a look at this. This is how it looks now. ![image](https://github.com/user-attachments/assets/0c4344bd-eecb-4e83-b7b0-9d09521f2edd) After updating according to PR. ![image](https://github.com/user-attachments/assets/e0a8bd82-1d10-4b6f-bb70-f46bd15001c5) 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...