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
Am sure you are aware, but just noticed a deprecation warning when installing caprover, regarding deprecation of the node request package. It is a pain because I also use it in most of my node-based apps too! Given how widespread this is, I am sure it will be around for a long time, but deprecated packages can I suppose break your app at any time.
The text was updated successfully, but these errors were encountered:
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
Am sure you are aware, but just noticed a deprecation warning when installing caprover, regarding deprecation of the node request package. It is a pain because I also use it in most of my node-based apps too! Given how widespread this is, I am sure it will be around for a long time, but deprecated packages can I suppose break your app at any time.
The text was updated successfully, but these errors were encountered: