Skip to content

Commit 06d5142

Browse files
authored
Merge pull request #3 from Brekmister/patch-1
Replaced node_mdns with mdns in file path
2 parents 107b1b9 + 2a6b2d1 commit 06d5142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Make sure they've already been setup and powered on and the display that they're
132132
If you can view them from other Cast-enabled apps but not from Multicast, its likely an issue with your firewall. Make sure you configured your firewall correctly (see [Firewall Settings](#firewall-settings)).
133133

134134
**Using Node 8.6?**
135-
The most recent version of node_mdns has an incompatibility with v8.6 due to changed syntax for a method (see [this pull request](https://github.com/agnat/node_mdns/pull/200)). Until it is fixed in the main branch, you will need to patch it yourself. Edit `node_modules/node_mdns/lib/resolver_sequence_tasks.js` and make the following change (roughly line 115):
135+
The most recent version of node_mdns has an incompatibility with v8.6 due to changed syntax for a method (see [this pull request](https://github.com/agnat/node_mdns/pull/200)). Until it is fixed in the main branch, you will need to patch it yourself. Edit `node_modules/mdns/lib/resolver_sequence_tasks.js` and make the following change (roughly line 115):
136136

137137
```diff
138138

0 commit comments

Comments
 (0)