Yarn: Nexus support

Created on 12 Oct 2016  路  2Comments  路  Source: yarnpkg/yarn

Do you plan to add support for maven/nexus? Would be really nice to be able to install webjars.

Is the API stable enough to build nexus support on?

Most helpful comment

Just an FYI for those who don't know, Nexus has support for hosting NPM repositories, so you can just point yarn at it using .yarnrc's registry key.

registry "http://location.of/nexus/npm/repository"

All 2 comments

Just an FYI for those who don't know, Nexus has support for hosting NPM repositories, so you can just point yarn at it using .yarnrc's registry key.

registry "http://location.of/nexus/npm/repository"

Mind opening this request here
https://github.com/yarnpkg/rfcs

So it can be discussed in the appropriate place. Thanks!

Was this page helpful?
0 / 5 - 0 ratings