hyperstack-org/hyperstack

move yarn check to front of installation and improve failure message

Open

#224 创建于 2019年8月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (43 fork)batch import
enhancementgood first issue

仓库指标

Star
 (531 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently the system will install the base component system plus hotloader then try installing webpacker. At this point it checks for yarn, and if yarn is not there bombs out.

It would be better to check at the beginning. And if yarn is not available suggest installing without webpacker.

贡献者指南