Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: hide version info parse error (#62084)
### What? Currently, if the network call to the `https://registry.npmjs.org/-/package/next/dist-tags` endpoint fails, the error is still logged to the terminal. ### Why? This might be unnecessary as it is likely unactionable and only creates noise for the user. ### How? Drop the logging of the error if it's network-related, but log as before otherwise. I.e: any other error should still show up: ![image](https://github.com/vercel/next.js/assets/18369201/1e01fe35-aed9-418c-8e0e-f4ee34624eb5) I also re-enabled some related tests that were skipped. Closes NEXT-2393 [Slack thread](https://vercel.slack.com/archives/C03KAR5DCKC/p1707326242303969)
- Loading branch information