-
Couldn't load subscription status.
- Fork 247
Description
In the windows update documentation:
https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/Moddable%20SDK%20-%20Getting%20Started.md#win-update
The following error occurs:
Updating
The Moddable SDK tools are frequently updated with improvements and added functionality. You should occasionally update your host environment by following these steps:
Update your local clone of the Moddable repository. For instance, using Git Bash:
cd $MODDABLE : Should be %MODDABLE%
git pull
Note that if you have any local changes to Moddable repository files, you may need to stash your changes and then reapply them after pulling:
cd $MODDABLE: Should be %MODDABLE%
git stash push
git pull
git stash pop