Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is only supported since http-cookie-agent 6.0.6 [1], so make sure to require the latest version too (it was already in package-lock.json). npm i --engines-strict {http-cookie-agent,tough-cookie}@latest [1]: 3846masa/http-cookie-agent@0547fa920b
- Loading branch information
3717f93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: the command in the commit message is slightly wrong (because npm, in its infinite wisdom, silently ignores invalid options). The option I actually meant is
--engine-strict
(not “engines”). That said, it doesn’t make a difference in this case AFAICT.