Added clickable link
parent
7ab74f26dc
commit
fd8344d0be
|
@ -43,6 +43,7 @@ graph TD
|
|||
K --> |No| M{Did you change versions of 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"
|
||||
style K fill:#f9f,stroke:#333,stroke-width:4px
|
||||
style D fill:#f9f,stroke:#333,stroke-width:4px
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue