1 Replies

3 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 3 months ago


In your local workspace, try deleting package-lock.json , running npm i , then re-commit the newly generated package-lock.json .

If that doesn't work, then you'd need to check what other packages depend on that specific version of NextJS.


Loading...