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
inside of my module i'm met with an error of installing some profile dependencies...
I'm not too keen on trashing down a lib with more deps just to check it's size, kinda counterproductive...
So i guess either the stand-alone cli functionality should either be repaired or the image in the readme removed?
Thanks! 👍
The text was updated successfully, but these errors were encountered:
You must add Size Limit to package.json first to run npx size-limit because of the way how we look for Size Limit plugins.
There is no way to do it from npx size-limit without installing dependencies.
It should be something like:
npm install size-limit
npm install @size-limit/file # or any other plugin
npx size-limit # and now you can run Size Limit because `npm install` added it to package.json
hey when i attempt to run:
inside of my module i'm met with an error of installing some profile dependencies...
I'm not too keen on trashing down a lib with more deps just to check it's size, kinda counterproductive...
So i guess either the stand-alone cli functionality should either be repaired or the image in the readme removed?
Thanks! 👍
The text was updated successfully, but these errors were encountered: