Pooya Parsa

Results 2300 comments of Pooya Parsa

Thanks for all your investigations! Just to double check, have you tried the `shamefully-hoist: true` flag in `.npmrc`?

Okay, i think we are on a much better track. If you can confirm both presets work only with npm only, sure that would be more helpful to people I...

@GerryWilko Would you please use only Nitro (preferably) or Nuxt? Docus is not maintained and could be source of false positive results in our case.

(`corepack enable` might also do the trick)

Hi, dear @hoanglinh9955. It is a known limitation as current open API support in nitro is for development only. Stay tuned, in the future it will be possible to opt-in...

For context, we initially made giget for `nuxi init`, which was a zero dep CLI and with only `giget.downloadTemplate` export bundled + native fetch; it is ~ 95kB / 31kB...

[giget@v3](https://github.com/unjs/giget/releases/tag/v3.0.0) now reduced to `~146kB` with almost all previous features! --- Bundling sometimes significantly helps to reduce total install size. Biggest chunk in deps is still tar (v7) now taking...

We might still introduce `addDependency` and `removeDependency` utils BTW just have to do more research about ecosystem needs. Feedbacks more than welcome @MichaelDeBoey what you feel missing with current state.

Apart from normalizing, Utilities for managing dependencies (without involving package managers), particularly, might make real value IMO, like @43081j's initial draft for controlling peer/meta, etc. We could also add some...

Ah i might have misread your ref code. Yeah you can totally do that and assign `= undefined`. During JSON serialization it will be dropped.