thingsSDK / flasher.js

A GUI tool for flashing the Espruino JavaScript runtime on ESP8266 based boards
154 stars 25 forks source link

Requires global yarn to install #56

Closed codealchemist closed 6 years ago

codealchemist commented 6 years ago

Steps to reproduce:

  1. Clone the repo
  2. npm i

Result: image

Expected result: Should install without the need to have yarn globally installed.

I propose installing yarn as dev dependency, so it gets installed with npm i.