Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gavinkd opened this issue Apr 18, 2020 · 1 comment
Open

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

gavinkd opened this issue Apr 18, 2020 · 1 comment

Comments

@gavinkd
Copy link

gavinkd commented Apr 18, 2020

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

@wangyi7099
Copy link
Member

wangyi7099 commented Apr 18, 2020

请使用rcpress 这是antdsite 已经不在维护。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants