Closed DexterStorey closed 9 months ago
This issue has been labeled as bug
and urgent
. @tedspare, could you please take a look at this UI-related build problem?
By Maige. How's my driving?
maige assign this to me plz
maige beta assign this to me plz
maige beta can you provide context about how to fix this?
@DexterStorey, it seems like there's a module resolution issue with lodash in the build process. This could be due to a missing or incorrect import path in the dependency tree. To fix this, you can try the following steps:
node_modules
. Running npm install
or yarn install
might resolve the issue if it's due to missing modules.node_modules
folder and the package lock file (package-lock.json
or yarn.lock
) and reinstalling the dependencies.package.json
that might cause this issue and align them if necessary.If these steps do not resolve the problem, further investigation will be required to pinpoint the exact cause of the build failure.
By Maige. How's my driving?
maige beta open a new issue: Maige doesn't know we're using bun when answering questions
maige beta open a new issue: Maige successfully opens new issues but doesn't provide feedback to say that the issue has been opened, and doesn't reference that issue in the thread.
Attach these screenshot to the new issue:
barz dog
Maige label this
Maige label this
Maige label this
I've labeled the issue as a 'bug'. @tedspare, since this seems related to the UI, I'm assigning it to you for further investigation.
By Maige. How's my driving?
The build errors in main with the following message:
Failed to compile.
./node_modules/lodash/_SetCache.js Module not found: Can't resolve './_MapCache'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module: ./node_modules/lodash/_baseUniq.js ./node_modules/lodash/uniqBy.js ./node_modules/recharts/es6/util/payload/getUniqPayload.js ./node_modules/recharts/es6/component/Legend.js barrel_optimize?names=CartesianGrid,Dot,Legend,Line,LineChart,ResponsiveContainer,Tooltip,XAxis,YAxis!=!./node_modules/recharts/es6/index.js ./node_modules/@tremor/react/dist/components/chart-elements/LineChart/LineChart.js barrel_optimize?names=LineChart!=!./node_modules/@tremor/react/dist/index.js ./lib/components/dashboard/Usage/Chart.tsx
...