keystonejs/keystone

None of the codesandbox examples work

Open

#8 462 ouverte le 7 avr. 2023

Voir sur GitHub
 (9 commentaires) (1 réaction) (0 assignés)JavaScript (2 386 forks)batch import
help wanted

Métriques du dépôt

Stars
 (14 870 stars)
Métriques de merge PR
 (Merge moyen 8j 20h) (13 PRs mergées en 30 j)

Description

This applies to all of the examples, when clicking the Codesandbox link it fails to build with an error. Error from this example is the following:

yarn run v1.22.19
$ keystone dev
✨ Starting Keystone
✘ [ERROR] Could not resolve "../example-utils"

    keystone.ts:2:30:
      2 │ import { fixPrismaPath } from '../example-utils';
        ╵                               ~~~~~~~~~~~~~~~~~~

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentationabout this command.

Codesandbox link: https://githubbox.com/keystonejs/keystone/tree/main/examples/usecase-blog

Guide contributeur