Sanghak,Lee

Results 1 comments of Sanghak,Lee

In my case, make `.npmrc` file. ``` registry="http://my-private-registry.com" @types:registry="https://registry.npmjs.org" @babel:registry="https://registry.npmjs.org" ``` Then, all modules starting with @ are downloaded from https://registry.npmjs.org.