kevlened / fireway

A schema migration tool for firestore
MIT License
277 stars 41 forks source link

yarn fails on Apple silicon with Node 16. #46

Open josheverett opened 2 years ago

josheverett commented 2 years ago

Gist here: https://gist.github.com/josheverett/df0a8662595f8d4a13053e5116b5e2b4

Using node v16.11.0 on an M1 mac. Searching for no template named 'remove_cv_t' in namespace 'std' led me to lots of similar issues where the combination of node 16 and Apple silicon was the culprit.

Sure enough, after downgrading to node 15 (which took forever), yarn / yarn setup / yarn test all work fine.