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
I would love a way to specify a default package manager if none is detected.
constresult=awaitdownloadTemplate(pluginName,{dir: `${storagePath}/downloaded/${targetDir}`,registry: registry.url.endsWith('/') ? registry.url.slice(0,-1) : registry.url,auth: registry.auth,install: 'bun',// Passing name of package manager instead of true// orinstall: true,fallbackPackageManager: 'bun'// Adding a separate propertyforceClean: true})
Describe the feature
I would love a way to specify a default package manager if none is detected.
Example use case:
https://github.com/SelfhostedPro/h0st3d-nuxt/blob/9f0c9c1868ed59f319ec5e35482c4793c7d82830/manager/server/utils/plugins/plugin-downloader.ts#L25-L31
I'd like to enable the ability for users to create their own plugins for my app to use but not all of them may specify a specific package manager and would like to keep the barrier of entry as low as possible.
Additional information
The text was updated successfully, but these errors were encountered: