Our great sponsors
-
My reading of the [npm doco](https://github.com/npm/node-semver#caret-ranges-123-025-004) on `^` vs `>=` is that`^2.6.6` will restrict it to ONLY being that specific version. This will work because homebridge is currently incompatible with ESM (whatever that is), and (presumably) the latest version of [node-fetch](https://www.npmjs.com/package/node-fetch), v3.1.0 is ESM... So restricting to 2.6.6 !=ESM. Is that correct?
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- How do I check if a variable is true or even exists in a website?
- Global fetch landed in Node 18
- How would you go about downloading a file from the web to the user's machine in Node.js?
- Best package (node-fetch / axios ?) and way to get redirected URLs with 403 status codes
- Написал парсер сайта на Node.js