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
If I use pnpm (pnpx dts-cli create <package_name>)—instead of npm (npx dts-cli create <package_name>)—then the auto-installation of packages uses npm by default
Expected behavior
Expected the auto-installation step to also use pnpm (and notnpm)
Suggested solution(s)
Use the right (the package manager for auto-installation, or just drop the feature altogether
Additional context
N/A
Your environment
N/A for this bug report
The text was updated successfully, but these errors were encountered:
Current Behavior
If I use
pnpm
(pnpx dts-cli create <package_name>
)—instead ofnpm
(npx dts-cli create <package_name>
)—then the auto-installation of packages usesnpm
by defaultExpected behavior
Expected the auto-installation step to also use
pnpm
(and notnpm
)Suggested solution(s)
Use the right (the package manager for auto-installation, or just drop the feature altogether
Additional context
N/A
Your environment
N/A for this bug report
The text was updated successfully, but these errors were encountered: