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
It should use the same algorithm as pacquet install.
Maybe the install function should accept an in-memory representation of package.json data, and let pacquet add passes a custom package.json (in-disk package.json + arguments of pacquet add) to the install function.
The text was updated successfully, but these errors were encountered:
It should use the same algorithm as
pacquet install
.Maybe the
install
function should accept an in-memory representation ofpackage.json
data, and letpacquet add
passes a custompackage.json
(in-diskpackage.json
+ arguments ofpacquet add
) to theinstall
function.The text was updated successfully, but these errors were encountered: