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

Module not found: Can't resolve '@mui/material' #11

Open
Konard opened this issue Sep 1, 2024 · 0 comments
Open

Module not found: Can't resolve '@mui/material' #11

Konard opened this issue Sep 1, 2024 · 0 comments

Comments

@Konard
Copy link
Member

Konard commented Sep 1, 2024

Reproducing the error:

Appears in port 3007 after reloading the gitpod page with changing the deeplinks and deepcase branches from main to cyber

Error:

Failed to compile
../deepcase/imports/client-handler.js:24:0
Module not found: Can't resolve '@mui/material'
  22 | import * as chakra from '@chakra-ui/react';
  23 | import * as icons from '@chakra-ui/icons';
> 24 | import * as MUI from '@mui/material';
  25 | import * as MUIUtils from '@mui/utils';
  26 | import * as IconsMaterial from '@mui/icons-material';
  27 | import dynamic from 'next/dynamic';

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
../deepcase/imports/cyto/editor.js
./pages/index.tsx
This error occurred during the build process and can only be dismissed by fixing the error.

image

image


Forked from deep-foundation/dev#226 by https://github.com/konard/gh-org-migrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant