Gatsby 对盖茨比计划的实施有意见吗

Gatsby 对盖茨比计划的实施有意见吗,gatsby,Gatsby,我正试图让盖茨比的项目在一个新系统上运行,但我在运行盖茨比开发时遇到了一个问题。它似乎与我在项目中添加()的npm包有关。终端输出 ERROR UNHANDLED REJECTION Unable to find plugin "gatsby-plugin-use-dark-mode". Perhaps you need to install its package? Error: Unable to find plugin "gatsby-plugin-use-dark-mode". Perh

我正试图让盖茨比的项目在一个新系统上运行,但我在运行盖茨比开发时遇到了一个问题。它似乎与我在项目中添加()的npm包有关。终端输出

ERROR
UNHANDLED REJECTION Unable to find plugin "gatsby-plugin-use-dark-mode". Perhaps you need to install its package?
Error: Unable to find plugin "gatsby-plugin-use-dark-mode". Perhaps you need to install its package?
load.js:109 resolvePlugin [gatsby-site]/[gatsby]/dist/bootstrap/load-plugins/load.js:109:11
load.js:153 processPlugin [gatsby-site]/[gatsby]/dist/bootstrap/load-plugins/load.js:153:20
load.js:172 config.plugins.forEach.plugin [gatsby-site]/[gatsby]/dist/bootstrap/load-plugins/load.js:172:20
Array.forEach
load.js:171 module.exports [gatsby-site]/[gatsby]/dist/bootstrap/load-plugins/load.js:171:20
index.js:55 module.exports [gatsby-site]/[gatsby]/dist/bootstrap/load-plugins/index.js:55:19
index.js:167 module.exports [gatsby-site]/[gatsby]/dist/bootstrap/index.js:167:34

你有这个插件吗?你有没有试过盖茨比清洗?它可能被缓存。您是否尝试过删除节点模块并安装依赖项?