trying smaller labels

Hugo Bernier 2022-03-27 00:31:01 -04:00
parent 603a3cac4f
commit 1e63b411f0
1 changed files with 1 additions and 1 deletions

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