Back to Wasp

Install Instructions

web/versioned_docs/version-0.22/migration-guides/_install-instructions.md

0.23.0335 B
Original Source

import CodeBlock from '@theme/CodeBlock'

To install the latest Wasp version, open your terminal and run:

sh
npm i -g @wasp.sh/wasp-cli@latest

You can install Wasp {props.version} specifically by passing the version to the install script:

<CodeBlock language="sh">{ npm i -g @wasp.sh/wasp-cli@${props.version} }</CodeBlock>