fireway
fireway copied to clipboard
yarn fails on Apple silicon with Node 16.
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.