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
AFAIK we need to check that the current version is equal or higher than the specified version, not compatible.
Example: we only use mkdip polyfill for <10.12.0.
Sometimes we need to implement polyfills for older Node.js versions and for this we have to check version manually like:
I propose to implement function that will check if process' version is older than required.
or
WDYT?
/cc @lundibundi @nechaido @belochub @tshemsedinov
The text was updated successfully, but these errors were encountered: