Back to Wasp

Legacy Installer Migration

web/versioned_docs/version-0.23/migration-guides/_legacy_installer_migration.md

0.23.0378 B
Original Source

:::important New installation method

Wasp is now installed as a global npm package, instead of the old custom installer. To start using the new installation method, you can run our migration tool:

sh
curl -sSL https://get.wasp.sh/installer.sh | sh -s -- migrate-to-npm

You can read more about it in the Legacy installer guide.

:::