Skip to content

我创建项目 启动怎们报这个错 #23

@gavinkd

Description

@gavinkd

ERROR #85901 GRAPHQL

There was an error in your GraphQL query:

[BABEL] unknown: Invalid Option: The 'modules' option must be one of

  • 'false' to indicate no module processing

  • a specific module type: 'commonjs', 'amd', 'umd', 'systemjs' - 'auto' (default) which will automatically select 'false' if the current
    process is known to support ES module syntax, or "commonjs" otherwise
    (While processing: "base$1")

    1 | query DocsQuery($slug: String!, $maxTocDeep: Int!) {
    2 | allMdx {
    3 | edges {
    4 | node {
    5 | tableOfContents(maxDepth: $maxTocDeep)

6 | headings {
| ^
7 | depth
8 | value
9 | }
10 | fields {
11 | slug
12 | path
13 | }
14 | frontmatter {
15 | title
16 | subtitle

File path: D:/工作目录/个人目录/my-docs/node_modules/antdsite/src/templates/index.tsx
Url path: /guide/introduction
Plugin: none

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions