You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have some small dependencies that are only usable for some presets:
@cloudflare/kv-asset-handler
@netlify/functions
archiver (for azure)
Their install size overhead is very small (3.4M non-shared!) but this can be a problem if we are more presets that require such dependencies. Currently we do not include any cli and suggest using npx for tools such as wrangler and miniflare
Once we had the ability to auto-install deps, we can come back to this as check cons/pros.
Currently, we have some small dependencies that are only usable for some presets:
Their install size overhead is very small (3.4M non-shared!) but this can be a problem if we are more presets that require such dependencies. Currently we do not include any cli and suggest using
npx
for tools such aswrangler
andminiflare
Once we had the ability to auto-install deps, we can come back to this as check cons/pros.
Also related: nuxt/nuxt#13166
The text was updated successfully, but these errors were encountered: