Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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


  2. After that run the following command to install dependencies:

    Code Block
    stripes platform install


  3. 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


...