我的代码中没有未知的花括号,但在任何文件中都找不到。我将https://www.gatsbyjs.org/starters/gatsbyjs/gatsby-starter-hello-world/用作入门库。
index.html
<!DOCTYPE html>
<html>
<head>
<meta charSet="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="note" content="environment=development" />
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<script src="/socket.io/socket.io.js"></script>
</head>
<body>
<div id="___gatsby"></div>
<script src="/commons.js"></script>
</body>
</html>
在这里看看: