fixed syntax error in diagram

Hugo Bernier 2022-03-27 00:23:32 -04:00
parent b0a9eed554
commit 63bff905b1
1 changed files with 1 additions and 1 deletions

@ -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