Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图使用 webflow-to-gatsby。我有一个解压缩的 webflow 文件夹并运行
npx webflow-to-gatsby ./FOLDERNAME/ PROJECTNAME
在powershell上,但我收到以下错误:
npx:在 8.28 秒内安装了 154 个
spawn gats来自 ENOENT
我已经安装了 gatsby-cli。我也在 Windows 10 上使用 powershell。有谁知道问题是什么?
谢谢你。
跑:
npm install -g gatsby-cli
确保 Gatsby 已正确安装并运行:
npx webflow-to-gatsby <WEBFLOW_UNZIPPED_FOLDER> <GATSBY_PROJECT_NAME>