You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Those particular instructions are written for updating with Git Bash ("For instance, using Git Bash:"), which uses the bash-like $ syntax for environment variables rather than the Windows %%.
That said, I agree that it is a little confusing that parts of the Windows instructions assume Git Bash and parts assume CMD. At the time they were written, Git integration with CMD was somewhat uncommon — now I think more people are using that model than using Git Bash.
I will take a pass at some point and drop the Git Bash pieces from the install/update flows.
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
The text was updated successfully, but these errors were encountered: