我无法使用 npm 安装 gatsby-plugin-transition-link
I'm not able to install gatsby-plugin-transition-link with npm
我目前正在尝试使用 npm 安装 gatsby-plugin-transition-link。但它不断抛出这些错误。我试图研究并解决问题。但是我尝试过的任何事情都没有奏效。有谁知道是什么问题?提前谢谢你。
这看起来像是 React 17 或 gatsby v3 的依赖性问题,存在一些问题 like this one in the gatsby-plugin-transition-link
repository. Some gatsby plugins may require some fine tuning when making this jump to React 17 or v3, the documentation can be found here。
我目前正在尝试使用 npm 安装 gatsby-plugin-transition-link。但它不断抛出这些错误。我试图研究并解决问题。但是我尝试过的任何事情都没有奏效。有谁知道是什么问题?提前谢谢你。
这看起来像是 React 17 或 gatsby v3 的依赖性问题,存在一些问题 like this one in the gatsby-plugin-transition-link
repository. Some gatsby plugins may require some fine tuning when making this jump to React 17 or v3, the documentation can be found here。