npm i => could not resolve in Nextjs 14
Hello~! Im frontend developer in Korea! I'm trying to use uploadingthing in nextjs 14, but I found the following error during the installation process.
This is package.json
Currently, I am using it by forcefully installing it, and there are no problems so far, but I am experiencing inconveniences when using 'npm i'. Can you tell me why this is happening and how to fix it? thanks
4 Replies
After looking into the error, it seems that the uploadthing/react is not compatible with next 14.0.3
I think it requires next 14.0.1
Try this, if it works.
thanks! latest 6.0.2 version is okay with nextjs 14.0.3!
It's ok bro.