Skip to content
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

can't deploy on vercel #1311

Closed
ghost opened this issue Jul 12, 2024 · 1 comment
Closed

can't deploy on vercel #1311

ghost opened this issue Jul 12, 2024 · 1 comment
Labels
type: bug Seems like this is a bug

Comments

@ghost
Copy link

ghost commented Jul 12, 2024

[14:37:33.840] Running build in Washington, D.C., USA (East) – iad1
[14:37:33.994] Cloning github.com/Smalorek/mb-dashboard (Branch: main, Commit: bb992a3)
[14:37:34.360] Previous build cache not available
[14:37:34.554] Cloning completed: 564.657ms
[14:37:34.884] Running "vercel build"
[14:37:35.343] Vercel CLI 34.3.0
[14:37:35.709] Installing dependencies...
[14:38:12.790] npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[14:38:12.852] npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
[14:38:13.305] npm WARN deprecated @humanwhocodes/config-array@0.9.5: Use @eslint/config-array instead
[14:38:13.357] npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
[14:38:13.372] npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
[14:38:13.431] npm WARN deprecated @humanwhocodes/object-schema@1.2.1: Use @eslint/object-schema instead
[14:38:22.315]
[14:38:22.316] added 452 packages in 46s
[14:38:22.316]
[14:38:22.317] 120 packages are looking for funding
[14:38:22.317] run npm fund for details
[14:38:22.373] Detected Next.js version: 12.2.4
[14:38:22.378] Detected package-lock.json generated by npm 7+
[14:38:22.379] Running "npm run build"
[14:38:23.883]
[14:38:23.883] > dashboard@0.1.0 build
[14:38:23.883] > next build
[14:38:23.883]
[14:38:24.337] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[14:38:24.340] This information is used to shape Next.js' roadmap and prioritize features.
[14:38:24.340] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[14:38:24.340] https://nextjs.org/telemetry
[14:38:24.341]
[14:38:24.453] info - Linting and checking validity of types...
[14:38:24.646] warn - No ESLint configuration detected. Run next lint to begin setup
[14:38:31.819] info - Creating an optimized production build...
[14:39:24.000] Failed to compile.
[14:39:24.000]
[14:39:24.000] ./node_modules/@react-aria/grid/node_modules/@internationalized/date/dist/CalendarDate.mjs
[14:39:24.000] Module not found: Can't resolve '@swc/helpers/_/_class_private_field_init' in '/vercel/path0/node_modules/@react-aria/grid/node_modules/@internationalized/date/dist'
[14:39:24.001]
[14:39:24.001] Import trace for requested module:
[14:39:24.001] ./node_modules/@react-aria/grid/node_modules/@internationalized/date/dist/import.mjs
[14:39:24.001] ./node_modules/@react-aria/grid/node_modules/@react-aria/i18n/dist/useDateFormatter.mjs
[14:39:24.001] ./node_modules/@react-aria/grid/node_modules/@react-aria/i18n/dist/import.mjs
[14:39:24.001] ./node_modules/@react-aria/grid/dist/useGrid.mjs
[14:39:24.001] ./node_modules/@react-aria/grid/dist/import.mjs
[14:39:24.001] ./node_modules/@react-aria/table/dist/module.js
[14:39:24.001] ./node_modules/@nextui-org/react/esm/table/table.js
[14:39:24.001] ./node_modules/@nextui-org/react/esm/table/index.js
[14:39:24.002] ./node_modules/@nextui-org/react/esm/index.js
[14:39:24.002] ./pages/app.tsx
[14:39:24.002]
[14:39:24.002] ./node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist/usePress.mjs
[14:39:24.002] Module not found: Can't resolve '@swc/helpers/
/_class_private_field_get' in '/vercel/path0/node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist'
[14:39:24.002]
[14:39:24.002] Import trace for requested module:
[14:39:24.002] ./node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist/import.mjs
[14:39:24.002] ./node_modules/@react-aria/grid/dist/useGridCell.mjs
[14:39:24.002] ./node_modules/@react-aria/grid/dist/import.mjs
[14:39:24.002] ./node_modules/@react-aria/table/dist/module.js
[14:39:24.003] ./node_modules/@nextui-org/react/esm/table/table.js
[14:39:24.003] ./node_modules/@nextui-org/react/esm/table/index.js
[14:39:24.003] ./node_modules/@nextui-org/react/esm/index.js
[14:39:24.003] ./pages/app.tsx
[14:39:24.003]
[14:39:24.003] ./node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist/usePress.mjs
[14:39:24.003] Module not found: Can't resolve '@swc/helpers/
/_class_private_field_init' in '/vercel/path0/node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist'
[14:39:24.003]
[14:39:24.003] Import trace for requested module:
[14:39:24.003] ./node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist/import.mjs
[14:39:24.003] ./node_modules/@react-aria/grid/dist/useGridCell.mjs
[14:39:24.003] ./node_modules/@react-aria/grid/dist/import.mjs
[14:39:24.004] ./node_modules/@react-aria/table/dist/module.js
[14:39:24.005] ./node_modules/@nextui-org/react/esm/table/table.js
[14:39:24.005] ./node_modules/@nextui-org/react/esm/table/index.js
[14:39:24.005] ./node_modules/@nextui-org/react/esm/index.js
[14:39:24.005] ./pages/app.tsx
[14:39:24.005]
[14:39:24.005] ./node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist/usePress.mjs
[14:39:24.005] Module not found: Can't resolve '@swc/helpers/
/_class_private_field_set' in '/vercel/path0/node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist'
[14:39:24.005]
[14:39:24.005] Import trace for requested module:
[14:39:24.005] ./node_modules/@react-aria/grid/node_modules/@react-aria/interactions/dist/import.mjs
[14:39:24.006] ./node_modules/@react-aria/grid/dist/useGridCell.mjs
[14:39:24.006] ./node_modules/@react-aria/grid/dist/import.mjs
[14:39:24.006] ./node_modules/@react-aria/table/dist/module.js
[14:39:24.006] ./node_modules/@nextui-org/react/esm/table/table.js
[14:39:24.006] ./node_modules/@nextui-org/react/esm/table/index.js
[14:39:24.006] ./node_modules/@nextui-org/react/esm/index.js
[14:39:24.006] ./pages/app.tsx
[14:39:24.006]
[14:39:24.006] ./node_modules/@react-aria/selection/node_modules/@internationalized/date/dist/CalendarDate.mjs
[14:39:24.006] Module not found: Can't resolve '@swc/helpers/
/_class_private_field_init' in '/vercel/path0/node_modules/@react-aria/selection/node_modules/@internationalized/date/dist'
[14:39:24.006]
[14:39:24.006] Import trace for requested module:
[14:39:24.006] ./node_modules/@react-aria/selection/node_modules/@internationalized/date/dist/import.mjs
[14:39:24.007] ./node_modules/@react-aria/selection/node_modules/@react-aria/i18n/dist/useDateFormatter.mjs
[14:39:24.007] ./node_modules/@react-aria/selection/node_modules/@react-aria/i18n/dist/import.mjs
[14:39:24.007] ./node_modules/@react-aria/selection/dist/useSelectableCollection.mjs
[14:39:24.007] ./node_modules/@react-aria/selection/dist/import.mjs
[14:39:24.007] ./node_modules/@react-aria/menu/dist/module.js
[14:39:24.007] ./node_modules/@nextui-org/react/esm/dropdown/dropdown-menu.js
[14:39:24.007] ./node_modules/@nextui-org/react/esm/dropdown/index.js
[14:39:24.007] ./node_modules/@nextui-org/react/esm/index.js
[14:39:24.007] ./pages/_app.tsx
[14:39:24.007]
[14:39:24.008]
[14:39:24.009] > Build failed because of webpack errors
[14:39:24.090] Error: Command "npm run build" exited with 1
[14:39:24.468]

@ghost ghost added the type: bug Seems like this is a bug label Jul 12, 2024
@SudhanPlayz
Copy link
Owner

It's not supposed to be deployed on vercel

@ghost ghost closed this as not planned Won't fix, can't repro, duplicate, stale Jul 21, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Seems like this is a bug
Projects
None yet
Development

No branches or pull requests

1 participant