silverNotes % silverbullet upgrade
Now going to attempt an upgrade...
error: The module's source code could not be parsed: Expected ';', '}' or <eof> at https://get.silverbullet.md/:1:5
Not Found
~~~~~
Something went wrong there...
Now I’m kinda stuck, since nor upgrade nor standard run would do.
(macOS, deno)
Just to be safe - my silverbullet commnad is (from ~/.deno/bin):
#!/bin/sh
# generated by deno install
exec deno run --allow-all --unstable-kv --unstable-worker-options --no-config 'https://get.silverbullet.md/' "$@"
When I went with edge (after the issues with the upgrade) it worked, but now after restart and trying to run 0.9.1 the second time, edge fails as well:
deno run --unstable-kv --unstable-worker-options -A --reload https://edge.silverbullet.md/silverbullet.js ./
error: Module not found "https://edge.silverbullet.md/silverbullet.js".
# If you want to use the released version
deno cache --reload --no-lock https://get.silverbullet.md
# If you want to keep using edge
deno cache --reload --no-lock https://edge.silverbullet.md/silverbullet.js