hyperstack-org/hyperstack

move yarn check to front of installation and improve failure message

Open

#224 aberto em 7 de ago. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (43 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (531 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador