NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.77k stars 555 forks source link

error by first time npm install #407

Open Michael0520 opened 1 year ago

Michael0520 commented 1 year ago

Description

I first time to clone this repo, and try to npm install, I have a error in terminal , how can i fix it?

wustep commented 1 year ago

hey @Michael0520! I got this too. I just bumped up react-use in package.json to 17.4.0 and then ran yarn install again and it worked. (I did this in the nextjs-notion-starter-kit, like you)

Screen Shot 2022-11-20 at 7 27 50 PM
Michael0520 commented 1 year ago

@wustep thanks for sharing, I fixed it!