Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 383 Bytes

UPGRADING.md

File metadata and controls

22 lines (14 loc) · 383 Bytes

Upgrading

Version 1.1.2 to 2.0.0

  • In your configuration file replace

    export default wizardConfig;

    With

    globalThis.config = wizardConfig;
  • Add --add.ignore-engines true to your .yarnrc file (or create one at the root of your project)

  • Upgrade to node version 18

Version 3.0.9 to 4.x

  • Yarn is no longer required!