create-keystone-app icon indicating copy to clipboard operation
create-keystone-app copied to clipboard

CLI app that makes it easy to get started with Keystone

Results 14 create-keystone-app issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@keystone-6/auth](https://togithub.com/keystonejs/keystone/tree/main#readme) ([source](https://togithub.com/keystonejs/keystone)) | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@keystone-6%2fauth/7.0.0/8.0.0) |...

(following the discussion from https://github.com/keystonejs/create-keystone-app/issues/368) We previously isolated this repository to ensure we are testing against the actual `npm` packages. The problem with that is that it's a delayed action...

Following documentation to create keystone-app using either `npm` or `yarn` creates non-runnable app (throwing an error on **/init** when trying to run for the first time). It seems to be...

_this issue was transferred from https://github.com/keystonejs/keystone, but GitHub didn't like how I went from discussion(there)->discussion(here)->issue(this)_ > Originally posted by **RodrigoNovais** May 4, 2023 > I've run `npm init keystone-app` to...

Session secret was [recently changed from static to dynamic](https://github.com/keystonejs/create-keystone-app/pull/369/files#diff-920d4b789cfecef4abc71e3631fa6166d727c9b5bf9a670b765d95a579cbc2caL16-L26). The intention is good that static strings should not be used as session secrets and they should be crypto strings. But...

When running this command, the command get's stuck before starting the create wizard: ``` $ yarn create keystone-app yarn create v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies......

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...

When spinning up a new Keystone app with `create-keystone-app`, without changing anything to the code, it's impossible to add a Tag on the Post creation form. Only the field legend...