为什么 gatsby-plugin-manifest 无法解析 'gatsby'?

Why gatsby-plugin-manifest cannot resolve 'gatsby'?

我正在使用 Gatsby 和一些插件开发一个网站,但是这个网站需要一些先进的网络应用程序功能,并且在我阅读文档时,您必须安装 gatsby-plugin-manifest 和 gatsby-plugin-offline。

自从我安装了 gatsby-plugin-manifest,它只会给我很多错误...我什至无法降级一些过去的版本,我无法让它工作。

错误如下:

Error: Module not found: Error: Cannot resolve module 'gatsby' in /Users/evandro/workspace/evansantos.github.io/node_modules/gatsby-plugin-manifest
resolve module gatsby in /Users/evandro/workspace/evansantos.github.io/node_modules/gatsby-plugin-manifest
[/Users/evandro/workspace/evansantos.github.io/node_modules/gatsby/index.js.jsx]
  @ ./~/gatsby-plugin-manifest/gatsby-ssr.js 7:14-31

➜  git:(master) ✗

在终端中尝试这个命令:

npm install -g gatsby-cli