I'm getting error, on a clean project install:
error - ./node_modules/react-gauge-chart/dist/GaugeChart/customHooks.js:8:0
Module not found: Can't resolve 'lodash/isEqual'
Import trace for requested module:
./node_modules/react-gauge-chart/dist/GaugeChart/index.js
./node_modules/react-gauge-chart/dist/index.js
./pages/index.tsx
https://nextjs.org/docs/messages/module-not-found
error - Error [ERR_REQUIRE_ESM]: require() of ES Module /home/projects/p1/node_modules/d3/src/index.js from /home/projects/p1/node_modules/react-gauge-chart/dist/GaugeChart/index.js not supported.
node -v
v18.12.1
Using nextjs on a clean project and I'm using typescript with "@types/react-gauge-chart".
I'm getting error, on a clean project install:
node -v
v18.12.1
Using nextjs on a clean project and I'm using typescript with "@types/react-gauge-chart".