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
If we do yarn build now it will work but i noticed when trying to install Vercel Analytics and/or Google Analytics the build doesnt work anymore.
Why is this? my guess some errors with other packages versions.
Looking at the package.json we have fixed versions for "next" and "react" and this versions are not stable versions.
When updating them to stable versions like "next": "^15.0.0" and "react": "^18.3.1" build doesnt work anymore and i think Vercel analytics doesnt work because of this version dependencies...
Update fixed development versions to stable versions of this packages and fix every build error that appears.
Install vercel analytics and test that it works.
Fix any other build error that may occur. (sometimes this build errors only appear in vercel's terminal)
The text was updated successfully, but these errors were encountered:
If we do
yarn build
now it will work but i noticed when trying to install Vercel Analytics and/or Google Analytics the build doesnt work anymore.Why is this? my guess some errors with other packages versions.
Looking at the package.json we have fixed versions for "next" and "react" and this versions are not stable versions.
When updating them to stable versions like
"next": "^15.0.0"
and"react": "^18.3.1"
build doesnt work anymore and i think Vercel analytics doesnt work because of this version dependencies...The text was updated successfully, but these errors were encountered: