我正在尝试安装@chakra-ui并将其与Next一起使用,但它根本不起作用。我卸载并重新安装它,但它不能工作。
我使用了npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6,在安装时没有显示任何错误,但是当我使用import {} from '@chakra-ui/react'时,它就是不起作用,它说:
找不到模块'@chakra-ui/react‘或其对应的类型声明.
发布于 2022-11-10 00:01:01
卸载脉轮ui为我修复了这个。
npm uninstall i @chakra-ui/react @emotion/react @emotion/styled framer-motionhttps://stackoverflow.com/questions/73897836
复制相似问题