hyperstack-org/hyperstack

move yarn check to front of installation and improve failure message

Open

#224 geöffnet am 7. Aug. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (43 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (531 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide