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

Superagent fails to load in Insomnia #1684

Closed vbisbest closed 2 years ago

vbisbest commented 2 years ago

I am trying to create a plugin for the REST client Insomnia. No matter what I do, I cannot get superagent to load successfully. Every other 'requires' works fine. I just keep getting "cannot find module superagent'. It is installed with 'npm install superagent' and seems ok. Any other ideas why this would be failing? Screen Shot 2022-02-14 at 4 00 23 PM

vbisbest commented 2 years ago

Is there a minimum node version required? Insomnia uses node 12.x

vbisbest commented 2 years ago

Seems to have been user error.