The supported package managers for installing packages and managing lockfiles. Each package manager has specific lockfiles and install commands.
const packageManager: SupportedPackageManager = 'pnpm'// Used in bundler configurationconst bundler = new Bundler(cwd, ts, { packageManager: 'yarn@berry' }) Copy
const packageManager: SupportedPackageManager = 'pnpm'// Used in bundler configurationconst bundler = new Bundler(cwd, ts, { packageManager: 'yarn@berry' })
The supported package managers for installing packages and managing lockfiles. Each package manager has specific lockfiles and install commands.