From ec3876d80ad561e4835c1597c6d9e12518e6a696 Mon Sep 17 00:00:00 2001 From: uturunku1 <“21225410+uturunku1@users.noreply.github.com”> Date: Fri, 11 Jun 2021 08:04:53 -0700 Subject: [PATCH] add troubleshooting notes section for running-locally docs --- docs/running-locally.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/running-locally.md b/docs/running-locally.md index 128ab18c7df6..4d3af11dac7a 100644 --- a/docs/running-locally.md +++ b/docs/running-locally.md @@ -44,6 +44,10 @@ Either: At this point you’ll have everything you need to use the CLI and UI. +## Troubleshooting Notes + +If you get a similar error when running one of the make pre-commit tests `make: *** [pkg/apiclient/clusterworkflowtemplate/cluster-workflow-template.swagger.json] Error 1`, ensure you are working within your $GOPATH (YOUR-GOPATH/src/github.com/argoproj/argo-workflows). + ## Clean To clean-up everything: