ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.56k stars 1.33k forks source link

Incompatible NodeJS version 13.13.0 #1721

Closed dc-thinking closed 2 years ago

dc-thinking commented 2 years ago

Superagent is dependent library for node-mailjet which i am using in my code. As per the superagent documentation it should support NodeJS version 6, but I am getting an below error

#20 108.7 error superagent@7.1.3: The engine "node" is incompatible with this module. Expected version ">=6.4.0 <13 || >=14". Got "13.13.0"

This is blocking our production build, please let me know how to proceed with this.

titanism commented 2 years ago

That error message says that you are using v13.13.0, which is unsupported.