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
This package seems to have dependencies that are huge!
Installing node-pre-gyp as npm install --production it installs +8MB of node modules.
request.js is known to be bloated by requiring ajv (Another JSON Schema Validator) (2MB)!
Request.js could be replaced by [got](https://github.com/sindresorhus/got/)
That still leaves us with another 6MB!
The text was updated successfully, but these errors were encountered:
This package seems to have dependencies that are huge!
Installing node-pre-gyp as
npm install --production
it installs +8MB of node modules.request.js is known to be bloated by requiring ajv (Another JSON Schema Validator) (2MB)!
Request.js could be replaced by
[got](https://github.com/sindresorhus/got/)
That still leaves us with another 6MB!
The text was updated successfully, but these errors were encountered: