Added terminators
parent
208e0f3e02
commit
95e04d1c8f
|
@ -36,14 +36,14 @@ Please note that warnings will rarely prevent the solution from working; We only
|
|||
graph TD
|
||||
A([Run npm install])
|
||||
A --> B{Errors?}
|
||||
B --> |No| Z([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
|
||||
E --> |No| K[Run spfx doctor]
|
||||
K --> J{Any reported issues?} --> |Yes| L[Fix issuen] --> |Retry|A
|
||||
K --> |No| M{Did you change <br/> versions of nodejs<br/> after downloading sample?} --> |Yes| N[Run <code>npm rebuild node-sass</code>] --> |Retry|A
|
||||
M --> |No| O[Open a ticket from sample's README]
|
||||
K --> J{Any reported issues?} --> |Yes| L[Fix compatibility issues] --> |Retry|A
|
||||
K --> |No| M{Did you change <br/> versions of nodejs<br/> after downloading sample?} --> |Yes| N[Run npm rebuild node-sass] --> |Retry|A
|
||||
M ---> |No| O([Open a ticket from sample's README])
|
||||
click K "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#run-spfx-doctor"
|
||||
click D "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#change-directory-to-root-of-project"
|
||||
style K fill:#f9f,stroke:#333,stroke-width:4px
|
||||
|
|
Loading…
Reference in New Issue