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
Even though request is one of the optionalDepedencies, it is still installed through normal npm install, and not many people will remember to use the --no-optional flag.
I did a search and request is only used in lib/less-node/url-file-manager.js. In that case, it's probably leaner to switch to something like node-fetch. request is 3.84MB installed while node-fetch is only 153KB installed.
I would be happy to create a PR for it if it's worth considering.
The text was updated successfully, but these errors were encountered:
Even though
request
is one of theoptionalDepedencies
, it is still installed through normalnpm install
, and not many people will remember to use the--no-optional
flag.I did a search and
request
is only used inlib/less-node/url-file-manager.js
. In that case, it's probably leaner to switch to something likenode-fetch
.request
is 3.84MB installed whilenode-fetch
is only 153KB installed.I would be happy to create a PR for it if it's worth considering.
The text was updated successfully, but these errors were encountered: