Hello,
i am trying to install a nextjs application but i am getting the following error
Node version : v20.6.1 tried with 18.17
npm version: v9.8.1
Initializing project with template: app-tw
Installing dependencies:
- react
- react-dom
- next
Installing devDependencies:
- typescript
- @types/node
- @types/react
- @types/react-dom
- autoprefixer
- postcss
- tailwindcss
- eslint
- eslint-config-next
npm ERR! maxAge must be a number
npm ERR! A complete log of this run can be found in: /Users/kareemhelal/.npm/_logs/2024-03-04T12_10_50_154Z-debug-0.log
Aborting installation.
npm install has failed.