Skip to content

Switch from yarn 1 to npm #152

@AjaiKN

Description

@AjaiKN

The main reason being that installing yarn is an extra step for new contributors

Use only-allow to enforce npm usage:

{
  "scripts": {
    "preinstall": "npx -y only-allow@1.0.0 npm"
  }
}

Metadata

Metadata

Assignees

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