我已通过 npm 在 Windows 上安装了 Shopify CLI 3.0,当我运行
shopify theme dev --store=...
时,出现以下错误:
An error occurred while installing ffi (1.15.5), and Bundler cannot continue.
In Gemfile:
listen was resolved to 3.7.1, which depends on
rb-inotify was resolved to 0.10.1, which depends on
ffi
Fetching
我尝试重新安装 Ruby,但这并没有解决问题。
我也有同样的问题。我删除并重新安装了 Ruby,现在一切正常了。不同的是,当我第一次安装它时,我安装到 C:\Program Files。我看到一些与路径相关的错误。当我重新安装 Ruby 时,我将其保留在默认目录 C:\Ruby32-x64\ 中,现在一切正常。