
because @dp/picasso-cli is private package。
i want add registry to install.
like this
nvm install v10.13.0 --reinstall-packages-from=v10.0.0 --registry http://xxx.com
NPM_CONFIG_REGISTRY=http://xxx.com nvm install v10.13.0 --reinstall-packages-from=v10.0.0
Most helpful comment
NPM_CONFIG_REGISTRY=http://xxx.com nvm install v10.13.0 --reinstall-packages-from=v10.0.0