mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
This will solve two of the warnings from [Socket.dev](https://socket.dev/npm/package/vercel): <img width="1126" alt="image" src="https://github.com/vercel/vercel/assets/229881/c890c973-4f5a-44d9-9b96-2580a1e40ed0"> This preinstall script isn't necessary to run Vercel CLI, its only used to improve the error message in two cases: - The system has `node` version prior to 14.x (3 years ago) - The system still has `now` installed but should be using `vercel` (last shipped 3 years ago) The usage of `preinstall` scripts have gone out of style due to security audits so we should remove this script now.