#I basicly get the following error when
1 messages · Page 1 of 1 (latest)
Yeah sure! No problem. Maybe it would be usefull to tell some Information to the Project I just set-upped. I just used the npx interactive installer to create the NextJS app and wanted to install the NextAuthJS package afterwards
Sooo.. any thoughts on what it could be?
hey sorry I was busy with work. So have you tried adding the next auth package?
like this: npm install next-auth
what version of next.js do you have? can you post your dependencies list from your package.json?
Yes, when I ran that command, the error occured. Next.JS is the latest version
"dependencies": {
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"next": "13.0.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}
what is your node version?
npm: '8.19.2'
node: '18.10.0'
use NVM,
then try using version 16