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
Currently we don't properly build some of the javascript code into redistributable files, and because of this we have to execute npm on servers in order to start things like block explorer.
This has historically led to problems with instability of npm itself and breakages of ansible provisioning. Even though we've transitioned to pnpm and fixed some of the instabilities, it's still a good idea to pre-build everything.
The block explorer has already been ported, and what's left is:
docs_ai_backend
ansible (running the pre-built binaries)
The text was updated successfully, but these errors were encountered:
Currently we don't properly build some of the javascript code into redistributable files, and because of this we have to execute
npm
on servers in order to start things like block explorer.This has historically led to problems with instability of
npm
itself and breakages of ansible provisioning. Even though we've transitioned topnpm
and fixed some of the instabilities, it's still a good idea to pre-build everything.The block explorer has already been ported, and what's left is:
The text was updated successfully, but these errors were encountered: