【发布时间】:2021-08-04 05:20:13
【问题描述】:
向我的 Gatsby & Typescript 应用程序抛出错误消息。 因此,“gatsby develop”不起作用。
这是我的网络应用依赖项,请帮助。!!
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"babel-eslint": "^10.1.0",
"gatsby": "^3.5.0",
"gatsby-cli": "^3.5.0",
"gatsby-plugin-emotion": "^6.5.0",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-typescript": "^3.5.0",
"gatsby-remark-images": "^5.2.0",
"gatsby-remark-prismjs": "^5.2.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.2.0",
"gatsby-transformer-sharp": "^3.4.0",
"graphql": "^0.12.3",
"graphql-tag": "^2.12.4",
"init": "^0.1.2",
"peer-graphql": "0.0.3",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"tsc": "^2.0.3",
"typescript": "^4.2.4"
}
【问题讨论】:
标签: typescript graphql gatsby