keystonejs/keystone

None of the codesandbox examples work

オープン

#8,462 opened on 2023/04/07

 (9 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (2,386 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (14,870 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド