We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95112 commit 1fac28fCopy full SHA for 1fac28f
install.sh
@@ -18,7 +18,7 @@ if ! command -v npm >/dev/null 2>&1; then
18
fi
19
20
print_color "$YELLOW" "Installing symmetry-cli globally..."
21
-if npm install -g .; then
+if npm install -g symmetry-cli; then
22
print_color "$GREEN" "symmetry-cli installed successfully!"
23
else
24
print_color "$RED" "Failed to install symmetry-cli. Please check your npm configuration and try again."
0 commit comments