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
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...
[4/4] Building fresh packages...
success Installed "create-keystone-app@7.0.1" with binaries:
- create-keystone-app
✨ You're about to generate a project using Keystone 6 packages.
I'm using node v16.14.0 and I'm also behind an HTTP proxy that requires authentication and has a custom certificate, which is likely the cause of the issue, but I'm not sure because there are no error details, the CLI just hangs at that point.
When running this command, the command get's stuck before starting the create wizard:
I'm using node
v16.14.0and I'm also behind an HTTP proxy that requires authentication and has a custom certificate, which is likely the cause of the issue, but I'm not sure because there are no error details, the CLI just hangs at that point.