You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ yarn install
$ yarn dev ▲ Next.js 14.2.13 - Local: http://localhost:3000 ✓ Starting... ✓ Ready in 1124ms ○ Compiling / ... ⨯ ./node_modules/@abstract-foundation/agw-react/dist/esm/abstractWalletConnector.js:2:1Module not found: Can't resolve '@privy-io/cross-app-connect/rainbow-kit'https://nextjs.org/docs/messages/module-not-foundImport trace for requested module:./node_modules/@abstract-foundation/agw-react/dist/esm/agwProvider.js./node_modules/@abstract-foundation/agw-react/dist/esm/exports/index.js./src/components/NextAbstractWalletProvider.tsx ⨯ ./node_modules/@abstract-foundation/agw-react/dist/esm/abstractWalletConnector.js:2:1Module not found: Can't resolve '@privy-io/cross-app-connect/rainbow-kit'https://nextjs.org/docs/messages/module-not-foundImport trace for requested module:./node_modules/@abstract-foundation/agw-react/dist/esm/agwProvider.js./node_modules/@abstract-foundation/agw-react/dist/esm/exports/index.js./src/app/page.tsx ⨯ ./node_modules/@abstract-foundation/agw-react/dist/esm/abstractWalletConnector.js:2:1Module not found: Can't resolve '@privy-io/cross-app-connect/rainbow-kit'https://nextjs.org/docs/messages/module-not-foundImport trace for requested module:./node_modules/@abstract-foundation/agw-react/dist/esm/agwProvider.js./node_modules/@abstract-foundation/agw-react/dist/esm/exports/index.js./src/app/page.tsx GET / 500 in 4793ms ⨯ ./node_modules/@abstract-foundation/agw-react/dist/esm/abstractWalletConnector.js:2:1Module not found: Can't resolve '@privy-io/cross-app-connect/rainbow-kit'https://nextjs.org/docs/messages/module-not-foundImport trace for requested module:./node_modules/@abstract-foundation/agw-react/dist/esm/agwProvider.js./node_modules/@abstract-foundation/agw-react/dist/esm/exports/index.js./src/components/NextAbstractWalletProvider.tsx
I've tested with npm without success.
Some system info:
Node.js version: v22.11.0
OS: NixOs - 25.05 - linux 6.6.67
CPU architecture: x64
CPU cores: 12
Total memory: 16 GB
Free memory: 10 GB
When creating a project with the following command:
and then running:
yarn install && yarn devIt will produce the following ouput:
I've tested with
npmwithout success.Some system info:
Node.js version: v22.11.0
OS: NixOs - 25.05 - linux 6.6.67
CPU architecture: x64
CPU cores: 12
Total memory: 16 GB
Free memory: 10 GB
Thanks a lot for your time !