trying smaller labels
parent
603a3cac4f
commit
1e63b411f0
|
@ -41,7 +41,7 @@ graph TD
|
|||
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 versions of nodejs after downloading sample?} --> |Yes| N[Run npm rebuild node-sass] --> |Retry|A
|
||||
K --> |No| M{Did you change versions of<br/> nodejs 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"
|
||||
|
|
Loading…
Reference in New Issue