Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Yarn backward compatibility mode (node-modules) for Yarn version 2.x or higher #86

Merged
merged 3 commits into from
Nov 26, 2022

Commits on Nov 25, 2022

  1. Switch yarn 2+ to backward compatibility mode, to avoid IDE and packa…

    …ge manager issue with Yarn PnP mode.
    nenadvicentic committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    33d3a7e View commit details
    Browse the repository at this point in the history
  2. Display name of a correct package manager (npm, yarn or pnpm - the on…

    …e that has previously been choosen to install packages) in `Get Started` instruction.
    nenadvicentic committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6d719e9 View commit details
    Browse the repository at this point in the history
  3. Turn pnpm error "ERR_PNPM_PEER_DEP_ISSUES" into warning "Issues with …

    …peer dependencies found". (Due to "missing peer @parcel/core@^2.8.0")
    nenadvicentic committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    11164d8 View commit details
    Browse the repository at this point in the history