Closed jwilber closed 1 year ago
Thank you @jwilber! I'll look into it!
aha I've been using yarn
since the whole repo is designed as a Yarn Workspace which only gives this as a warning and not an error like npm.
weird
Haha, well if nothing else, npm install --legacy-peer-deps
will work for the npm crowd 🤷
FYI - looks like a dependency issue occurs between the version of
apache-arrow
thatfalcon-vis
wants and whatheavyai
wants:(For anyone else with this issue, the simple fix for now is to install via
npm install --legacy-peer-deps
)