Skip to content

Commit 93477a1

Browse files
committed
Add page title to troubleshooting documentation
1 parent a87b08d commit 93477a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

troubleshooting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Ignoring optional dependencies
1+
# Troubleshooting
2+
3+
## Ignoring optional dependencies
24

35
When running `npm install`, you can get warnings about optionsl dependencies:
46

@@ -15,7 +17,7 @@ npm install --no-optional
1517

1618
Further reading: [Stack Overflow](https://stackoverflow.com/questions/36725181/not-compatible-with-your-operating-system-or-architecture-fsevents1-0-11)
1719

18-
# Resolving dependencies
20+
## Resolving dependencies
1921

2022
When installing for the first time, you can get warnings which need to be resolved:
2123

0 commit comments

Comments
 (0)