summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-05-05 16:35:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-05 18:37:44 +0000
commit6cdc62195875a9d33a4ace5feb3826f1ff19a9e8 (patch)
tree37cc8afc696e1d2cc71ee6b5d56d9705238e3abd /docs
parent94f7dd677a7d5924d066e823447d409377248ef2 (diff)
downloadmongo-6cdc62195875a9d33a4ace5feb3826f1ff19a9e8.tar.gz
SERVER-65805 added libdeps handling for no critical edges found
Diffstat (limited to 'docs')
-rw-r--r--docs/build_system_reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_system_reference.md b/docs/build_system_reference.md
index 45ae052ad28..1671048ca3d 100644
--- a/docs/build_system_reference.md
+++ b/docs/build_system_reference.md
@@ -381,7 +381,7 @@ cd buildscripts/libdeps/graph_visualizer_web_stack && npm install
Alternatively if you are on linux, you can use the setup_node_env.sh script to automatically download node 12 and npm, setup the local environment and install the dependencies. Run the command:
```
-source buildscripts/libdeps/graph_visualizer_web_stack/setup_node_end.sh install
+source buildscripts/libdeps/graph_visualizer_web_stack/setup_node_env.sh install
```
Assuming you are on a remote workstation and using defaults, you will need to make ssh tunnels to the web service to access the service in your local browser. The frontend and backend both use a port (this case 3000 is the frontend and 5000 is the backend), and the default host is localhost, so you will need to open two tunnels so the frontend running in your local web browser can communicate with the backend. If you are using the default host and port the tunnel command will look like this: