mah51 / mikeroph.one

My website, made with NextJS and ChakraUI.

Home Page:https://mikeroph.one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I install '@chakra-ui/react' from chakra official site, but it's not solve yet

SANKARAMDAS opened this issue · comments

commented

2022-03-01 (1)
2022-03-01

I tried to solve it through - npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^4
npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^5

nut unable to rectify the prob yet.

Hmm... This could simply be a problem with the typescript interpreter. Try running npm run dev and see if it starts. Additionally try pressing CTRL + SHIFT + P (windows) or CMD + SHIFT + P (mac) and typing in restart ts server and hitting enter, sometimes I find it needs a restart after installing a package or two.

Also just running npm install in that directory should install all the dependencies by itself

commented

npm run dev- this works for me. Thanks man.