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
I'm using npmbox to download and archive packages to be later installed for my project. But, I can only specify the versions for the 13 primary dependencies in my package.json; the 176 total sub-dependencies are free to change at will (subject to the sometimes arbitrary version specs of the parent packages).
With npm I can shrinkwrap the versions of all the packages once they've been installed, but then I can't archive them that way. I believe using npmbox is just like un-shrinkwrapped npm, where dependency package versions can change each time I use npmbox. (Yes, once I've wrapped it all in a .npmbox archive the versions won't change, but if I ever want to update a single package I'll have to take whatever sub-dependency versions get downloaded.)
Am I right that there's no current way with npmbox to be precise about a sub-dependency's version? Is there any way I can end up with a .npmbox archive holding an exactly specified set of packages, sub-versions included?
The text was updated successfully, but these errors were encountered:
I'm using
npmbox
to download and archive packages to be later installed for my project. But, I can only specify the versions for the 13 primary dependencies in mypackage.json
; the 176 total sub-dependencies are free to change at will (subject to the sometimes arbitrary version specs of the parent packages).With
npm
I can shrinkwrap the versions of all the packages once they've been installed, but then I can't archive them that way. I believe usingnpmbox
is just like un-shrinkwrappednpm
, where dependency package versions can change each time I usenpmbox
. (Yes, once I've wrapped it all in a.npmbox
archive the versions won't change, but if I ever want to update a single package I'll have to take whatever sub-dependency versions get downloaded.)Am I right that there's no current way with
npmbox
to be precise about a sub-dependency's version? Is there any way I can end up with a.npmbox
archive holding an exactly specified set of packages, sub-versions included?The text was updated successfully, but these errors were encountered: