...
Over time there is a need to update the packages to use the latest ones. To update workspace modules run the following command from the stripes folder in the root of the workspace:
Code Block stripes platform pull
After that run the following command to install dependencies:
Code Block stripes platform install
To remove the outcome of the install command run:
Code Block stripes platform cleanrmclean rm -rf yarn.lock // search for similar command if Windows OS is used
...