-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build is broken #89
Comments
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:
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 |
@DexterStorey, a new issue has been opened to address the feedback and reference problem when Maige opens new issues. You can track the progress here: Issue #91. By Maige. How's my driving? |
barz dog |
Maige label this |
2 similar comments
Maige label this |
Maige label this |
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
...
The text was updated successfully, but these errors were encountered: