URLs included in the warning text is in HTTP protocol

Warning: Detected "engines": { "node": "24.12.0" } in your `package.json` with major.minor.patch, but only major Node.js Version can be selected. Learn More: http://vercel.link/node-version

If the engines.node specification in package.json is not in the format 24.x, the above warning will be displayed.
This warning contains a HTTP protocol URL called http://vercel.link/node-version.
I think that it would be better to change this to the HTTPS protocol ( https://vercel.link/node-version ).

2 Likes

Hi @massongit, welcome to the Vercel Community!

Thanks for sharing this. Let me create a PR for it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.