keystonejs / create-keystone-app

CLI app that makes it easy to get started with Keystone
https://keystonejs.com/tutorials/getting-started-with-create-keystone-next-app
MIT License
40 stars 9 forks source link

Skip package manager installation script #214

Open theoparis opened 3 years ago

theoparis commented 3 years ago

I am using pnpm instead of yarn or npm, and keystone tries to install it with npm which is much slower. Can this get a feature to skip package manager installation commands and just write to the package.json file manually?

bladey commented 3 years ago

Thanks for the suggestion @creepinson! I'll check with the team on this.

dcousens commented 2 years ago

@theoparis we agree this is painful, we'll be removing that and changing this to a two step process instead. Stay tuned!