microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Issue]: Why does yarn appear in package lock #108

Open awentzel opened 2 years ago

awentzel commented 2 years ago

What happened?

For some reason, package-lock.json in the root, has all sorts of references and dependencies on Yarn. This repository does not use Yarn, so it's unclear what package is dependent on it or using it.

Steps to repro:

  1. Clean repo
  2. Install packages
  3. View package-lock.json
  4. Search for 'yarn'

What package(s) are causing the problem?

No response

What browsers are you seeing the problem on?

No response

Relevant log output

No response