The forum ‘General’ is closed to new topics and replies.
cd stor-blockchain
. ./activate
stor stop -d all
deactivate
git fetch
git checkout master
git reset --hard FETCH_HEAD --recurse-submodules
# If you get RELEASE.dev0 then delete the package-lock.json in stor-blockchain-gui and install.sh again
git status
# git status should say “nothing to commit, working tree clean”,
# if you have uncommitted changes, RELEASE.dev0 will be reported.
sh install.sh
. ./activate
stor init
chmod +x ./install-gui.sh
./install-gui.sh
cd stor-blockchain-gui
npm run electron &
The forum ‘General’ is closed to new topics and replies.