Unable to sync my project, need to update Plasmic?

Iā€™m unable to sync my project. I need to update plasmicapp, and I was getting this:

? Project requires @plasmicapp/cli>=0.1.189 (You currently have 0.1.187). Would you like to upgrade it? (Y/n) y
yarn global add @plasmicapp/cli
warning package.json: License should be a valid SPDX license expression
[1/4] šŸ”  Resolving packages...
[2/4] šŸšš  Fetching packages...
[3/4] šŸ”—  Linking dependencies...
[4/4] šŸ”Ø  Building fresh packages...
success Installed "@plasmicapp/cli@0.1.192" with binaries:
      - plasmic
Successfully added @plasmicapp/cli dependency.
@plasmicapp/cli has been upgraded; please try again!
npm timing command:exec Completed in 5724ms
npm timing npm Completed in 5789ms
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.

Now this:

 Project requires @plasmicapp/cli>=0.1.192 (You currently have 0.1.187). Would you like to upgrade it? (Y/n) y

Can you try removing the package yarn global remove @plasmicapp/cli
and then installing it again yarn global add @plasmicapp/cli?

@steep_silverfish Tried that and still get the same result. Strange because add says it installed 0.1.192, but when I try and sync it says Iā€™m on 0.1.187

do you maybe also have @plasmicapp/cli installed in your node_modules?