Closed akash-joshi closed 3 years ago
Hey all, I'm trying to install @twind/next in an app using NextJS v12. However, this is the error I'm facing during installation:
@twind/next
npm ERR! While resolving: nextjs-config@1.0.0 npm ERR! Found: next@12.0.2 npm ERR! node_modules/next npm ERR! next@"^12.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer next@"10.x || 11.x" from @twind/next@1.0.8 npm ERR! node_modules/@twind/next npm ERR! @twind/next@"*" from the root project
From the error, I'm guessing that the peer dep needs to be updated.
Fixed in v1.0.9
Hey all, I'm trying to install
@twind/next
in an app using NextJS v12. However, this is the error I'm facing during installation:From the error, I'm guessing that the peer dep needs to be updated.