You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Por si a alguien le sucede lo mismo, he tenido problemas al lanzar la webapp y como que no me pillaba una dependencia a pesar de que estaba en package.json y ejecutar el npm install. Concretamente en el fichero el fichero /webapp/src/components/UserList.tsx este import:
import ContactPageIcon from '@mui/icons-material/ContactPage';
Para solucionarlo ejecute este comando en el directorio webapp:
npm install --save-dev @mui/icons-material que instala concretamente esta dependencia. Por si os sucede lo mismo... 😃
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Por si a alguien le sucede lo mismo, he tenido problemas al lanzar la webapp y como que no me pillaba una dependencia a pesar de que estaba en package.json y ejecutar el npm install. Concretamente en el fichero el fichero /webapp/src/components/UserList.tsx este import:
import ContactPageIcon from '@mui/icons-material/ContactPage';
Para solucionarlo ejecute este comando en el directorio webapp:
npm install --save-dev @mui/icons-material
que instala concretamente esta dependencia. Por si os sucede lo mismo... 😃Beta Was this translation helpful? Give feedback.
All reactions