mizchi / uniroll

Opinionated universal frontend bundler in browser
https://focused-raman-3ce115.netlify.com/
113 stars 5 forks source link

doc: add a simple note for installing packages #19

Closed raminjafary closed 4 years ago

raminjafary commented 4 years ago

If you are not on MacOS, yarn install will exclude optional dependency fsevents that is not platform compatible. Although a normal behavior, this makes yarn start to fail. I added a simple note to bypass platform checking when yarn installing packages.

mizchi commented 4 years ago

@raminjafary thank you! sorry for late