Skip to content

Switch from npm to yarn #141

@li-boxuan

Description

@li-boxuan

Now we are using npm, but facing some problems:

  1. We are committing package-lock.json. If a contributor uses npm@6, there will be lots of carets before version number "^1.0.2". However, if another contributor uses npm@5, there will not be carets. See npm install changes package-lock.json from exact versions to loosly versions npm/npm#20434 (comment).

  2. An issue regarding non-optional packages. See package-lock.json: Include only non-optional packages #87

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions