hi i have stated the tutorial (https://nextjs.org/learn/dashboard-app/getting-started) but when i run pnpm run dev i get this error
@ dev ****/next-js/nextjs-dashboard
next dev --turbopack▲ Next.js 15.3.2 (Turbopack)
- Local: http://localhost:3000
- Network: http://192.168.0.110:3000
✓ Starting...
✓ Ready in 1316ms
○ Compiling / ...
✓ Compiled / in 3.8s
(node:74000) Warning:--localstorage-filewas provided without a valid path
(Usenode --trace-warnings ...to show where the warning was created)
⨯ [TypeError: localStorage.getItem is not a function] {
digest: '1943459719'
}
[TypeError: localStorage.getItem is not a function]
⨯ [TypeError: localStorage.getItem is not a function] { page: '/' }
○ Compiling /_error ...
✓ Compiled /_error in 2.2s
[TypeError: localStorage.getItem is not a function]
[TypeError: localStorage.getItem is not a function]
⨯ [TypeError: localStorage.getItem is not a function]
⨯ [TypeError: localStorage.getItem is not a function]
[TypeError: localStorage.getItem is not a function]
⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
[TypeError: localStorage.getItem is not a function]
[TypeError: localStorage.getItem is not a function]
⨯ [TypeError: localStorage.getItem is not a function]
[TypeError: localStorage.getItem is not a function] { page: '/' }
[TypeError: localStorage.getItem is not a function]
⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
⨯ unhandledRejection: [TypeError: localStorage.getItem is not a function]
GET / 500 in 7964ms
GET / 500 in 66ms
thank you for your help 🙂