Quiero instalar el paquete neumorfismo-reaccionar .
Pero tengo este error
Módulo no encontrado: no se puede resolver '@emotion/react' en 'C:\Users\Asus\Desktop\react projects\visitor\node_modules@emotion\styled\base\dist'
Aquí están las dependencias en package.json
"@emotion/core": "^11.0.0", "@emotion/styled": "^11.0.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0", "neumorphism-react": "^1.1.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.1", "semantic-ui-react": "^2.0.1", "web-vitals": "^0.2.4"Tuve un problema similar y lo resolví llamando a:
npm install @emotion/reacto
yarn add @emotion/reactTuve un problema similar y lo resolví llamando a:
npm install @emotion/react npm install @emotion/styledo
yarn add @emotion/react yarn add @emotion/styledTuve un problema similar y lo resolví llamando a:
para el npm:
npm install @emotion/react npm install @emotion/styledpara el hilo:
yarn add @emotion/react yarn add @emotion/styled Para una versión específica, puede instalar como: @emotion/core@10.1.1 & @emotion/styled
en npm:
npm install @emotion/core@10.1.1 npm install @emotion/styleden hilo:
yarn add @emotion/core@10.1.1 yarn add @emotion/styled