Javascript – Can't import HyperFormula in a VueJS component
I'm trying to use Handsontable with NuxtJS (VueJS) and HyperFormula. Handsontable works fine but I can't event import HyperFormula. Node.JS 20.10.0 PNPM 9.4.0 When I do this : import { HyperFormula } from 'hyperformula'; I instantly get an error :…