"gatsby develop" 不能 运行 在 Mac M1

"gatsby develop" cannot run in Mac M1

我正在使用 gatsby 3.1.2 版本和 strapi 作为 CMS,如果我无法 运行 gatsby 开发它抛出了下面提到的错误。还附上了终端的屏幕截图。

ERROR 

Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema.
 - options should be one of these:
   object { resourceRegExp, contextRegExp? } | object { checkResource }
   Details:
    * options misses the property 'resourceRegExp'. Should be:
      RegExp
      -> A RegExp to test the request against.
    * options misses the property 'checkResource'. Should be:
      function
      -> A filter function for resource and context.

系统信息:

万一它对任何人有帮助,在这个错误之前(它只是没有 运行,没有抛出任何错误或线索)我在 npm install 上遇到了困难,但我是可以通过 运行 解决以下问题:

brew reinstall vips
xcode-select --install
brew install gcc
brew reinstall vips
brew info vips
npm i