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
when I run this command download-tgz package-json ./package.json --directory ./test --registry https://registry.npmjs.org/, it run successfully. but it seems the https turn to http in zsh,and there is no tarballs directory in the ./test directory in the end.
download-tgz package-lock is ok
The text was updated successfully, but these errors were encountered:
when I run this command
download-tgz package-json ./package.json --directory ./test --registry https://registry.npmjs.org/
, it run successfully. but it seemsthe https turn to http in zsh
,and there is notarballs
directory in the ./test directory in the end.download-tgz package-lock
is okThe text was updated successfully, but these errors were encountered: