Closed JoshuaKGoldberg closed 6 months ago
status: accepting prs
Right now, trying to use create-typescript-app with anything but the exact correct pnpm major.minor.patch version installed produces an error. That's very annoying.
create-typescript-app
Pending https://github.com/nodejs/corepack/issues/95, removes usage of the experimental package.json packageManager field.
package.json
packageManager
:tada: This is included in version v1.59.0 :tada:
The release is available on:
Cheers! 📦🚀
PR Checklist
status: accepting prs
Overview
Right now, trying to use
create-typescript-app
with anything but the exact correct pnpm major.minor.patch version installed produces an error. That's very annoying.Pending https://github.com/nodejs/corepack/issues/95, removes usage of the experimental
package.json
packageManager
field.