This message was deleted.
# general
s
This message was deleted.
b
You can install any specific version of the CLI like this:
curl -L <https://get.pulumi.com/> | bash -s -- --version 0.15.4
But the change you're running into should be affected by the CLI version, so you might also need to edit your package.json to change your versions constraints back to something like ^0.15.0 and re-restore.
b
ok thank you
got it 👍
b
🙌