没有找到sharetribe sh: indexer:命令



我只是克隆https://github.com/sharetribe/sharetribe开源项目,我安装每个gem,当我尝试运行:

bundle exec rake ts:index

我得到以下错误:

警告你指定的服务器渲染JS文件:App/assets/webpack/server-bundle.js,但无法读取。你可能将配置中的server_bundle_js_file设置为"以避免你指定的服务器渲染JS文件:App/assets/webpack/server-bundle.js,但无法读取。你可能将配置中的server_bundle_js_file设置为"以避免此警告生成配置到/用户/jeanosorio/回购/sharetribe/config/development.sphinx.confSQL (0.6ms) DELETE FROM delayed_jobs WHERE (handler LIKE('——!ruby/object:ThinkingSphinx::Deltas::%')并且locked_at为NULLAND locked_by为NULL AND failed_at为NULL) sh: indexer: command not找到

我不能让它工作。

我自己也遇到过这个问题,所以对于任何看到这个错误的人来说,问题很可能是你的节点版本与当前的Sharetribe版本不同。

使用NVM进行管理。在撰写本文时,Sharetribe的Node版本为6.9。

$ NVM use 6.9

删除并重新安装node_modules

$ rm -rf client/node_modules && npm install

应该可以了

相关内容

  • 没有找到相关文章

最新更新