You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshooting.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Ignoring optional dependencies
1
+
# Troubleshooting
2
+
3
+
## Ignoring optional dependencies
2
4
3
5
When running `npm install`, you can get warnings about optionsl dependencies:
4
6
@@ -15,7 +17,7 @@ npm install --no-optional
15
17
16
18
Further reading: [Stack Overflow](https://stackoverflow.com/questions/36725181/not-compatible-with-your-operating-system-or-architecture-fsevents1-0-11)
17
19
18
-
# Resolving dependencies
20
+
##Resolving dependencies
19
21
20
22
When installing for the first time, you can get warnings which need to be resolved:
0 commit comments