From 003b15ce6c55b4ad482ec949d739259b990566d2 Mon Sep 17 00:00:00 2001 From: Kirk Haines Date: Thu, 1 Feb 2024 11:01:29 -0700 Subject: [PATCH] The `-g` is missing on the npm install. --- content/module-2/3-topos-playground.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/module-2/3-topos-playground.md b/content/module-2/3-topos-playground.md index d6504ee..44e14c2 100644 --- a/content/module-2/3-topos-playground.md +++ b/content/module-2/3-topos-playground.md @@ -51,7 +51,7 @@ Minimum required versions: Once you have the necessary software on your machine, run: ```sh -$ npm install @topos-protocol/topos-playground@0.1.0 --save-dev --save-exact +$ npm install -g @topos-protocol/topos-playground@0.1.0 --save-dev --save-exact ```