nachoaldamav/ultra

support set registry url?

Closed this issue · 3 comments

For example:
npm --registry=http://registry.npm.taobao.org

fixed

You can set the registry for you profile using ultra set registry http://registry.npm.taobao.org/.

Or for the project by creating a .ultrarc file.

{
   "registry": "http://registry.npm.taobao.org/"
}

thx