I currently have no problems installing parse-dashboard 2.1.0 on my AWS EB instance.
However, when I try to point it to the master version ("parse-dashboard": "github:parse-community/parse-dashboard#master"), my instance doesn't deploy, due to puppeteer issues (I think it's required by react somewhere).
This is similar to the issue with Parse-Server master and EB, where /lib is .gitignore, so you can't point it to the master git.
Is there any work around for this without having to install puppeteer?
Thanks!