Hi! In repos that use npm and use cli for plasmic sync, if there are package updates needed, is it possible to use npm instead of yarn?
3 min video showing the issue: https://drive.google.com/file/d/1Pq8kZhLOBKGn52a70NB8KCvwuJTgiJfi/view?usp=sharing
1- everytime I run plasmic sync, the cli requests to install @plasmicapp/react-web with yarn
2- after the yarn install and plasmic sync, the project would not be able run since it can’t detect react types
3- the error in point 2 can be resolved by running npm install
, but every time that need to do plasmic sync this 3 step process needs to be repeated and takes several minutes
plasmic sync
Could not detect installed version of @plasmicapp/react-web using yarn2: Error: Command failed: yarn info --json @plasmicapp/react-web
A more recent version of @plasmicapp/react-web >=0.2.177 is required. Would you like to upgrade via "yarn add @plasmicapp/react-web"? (Y/n) y