Skip to content

Ember-try uses Yarn in Travis CI Trusty Build #125

@zhujy8833

Description

@zhujy8833

I've experienced the Travis build of my ember-addons throw errors when executing yarn install under ember try:one, the error is because it had troubles to access some of the private npm repos.

Although it is another concern, I was wondering the reason why my Travis build picked Yarn rather than NPM as the package manager. It turns out the condition has been configured as yarn.lock is present and yarn is installed globally since 0.2.12. In my repo I don't have yarn.lock but the fact is I'm using Trusty build of Travis (setting dist: trusty in .travis.yml) and Yarn was preinstalled there.

Is there any option we could set in ember-try to manually configure package managers between Yarn and NPM?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions