From 63bff905b1d1e39b689fd5a25ea16d22a7ce0d8c Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 27 Mar 2022 00:23:32 -0400 Subject: [PATCH] fixed syntax error in diagram --- Troubleshooting-issues-with-samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting-issues-with-samples.md b/Troubleshooting-issues-with-samples.md index 1519143..508128f 100644 --- a/Troubleshooting-issues-with-samples.md +++ b/Troubleshooting-issues-with-samples.md @@ -35,7 +35,7 @@ Please note that warnings will rarely prevent the solution from working; We only graph TD A([Run npm install]) A --> B{Errors?} - B --> |No|([Try gulp build]) + B --> |No| Z([Try gulp build]) B --> |Yes| C{Are you in root of project?} --> |No| D[Change directory to root of project] --> |Retry|A C --> |Yes| E{Running on Windows?} E --> |Yes| F{Path too long?} --> |Yes| H[Move project to shorter path] --> |Retry|A