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: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,12 +125,24 @@ It does not "watch" tutorial text, but it reloads the server after code changes.
125
125
126
126
Again, that's for developing the server code itself, not writing the tutorial.
127
127
128
-
# The technical details
128
+
# Troubleshooting
129
+
130
+
If you have a very old copy of the English tutorial, please rename `1-js/05-data-types/09-destructuring-assignment/1-destructuring-assignment` to `1-js/05-data-types/09-destructuring-assignment/1-destruct-user`.
129
131
130
-
## For Linux users
132
+
Please ensure you have Node.js version 10+ (`node -v` shows the version).
133
+
134
+
If it still doesn't work – [file an issue](https://github.com/javascript-tutorial/server/issues/new). Please mention OS and Node.js version.
135
+
136
+
Please pull the very latest git code and install latest NPM modules before publishing an issue.
137
+
138
+
## Known Issues
139
+
140
+
### For Linux users. inotify and monitored files
131
141
132
142
The server's tools use [inotify](https://en.wikipedia.org/wiki/Inotify) by default on Linux to monitor directories for changes. In some cases there may be too many items to monitor.
133
143
144
+
_*!* Samples code below work correctly for Ubuntu_.
145
+
134
146
You can get your current inotify files watch limit by:
It is very important that you refer to the documentation for your operating system to change this parameter permanently.
150
-
151
-
# Troubleshooting
152
-
153
-
If you have a very old copy of the English tutorial, please rename `1-js/05-data-types/09-destructuring-assignment/1-destructuring-assignment` to `1-js/05-data-types/09-destructuring-assignment/1-destruct-user`.
154
-
155
-
Please ensure you have Node.js version 10+ (`node -v` shows the version).
156
-
157
-
If it still doesn't work – [file an issue](https://github.com/javascript-tutorial/server/issues/new). Please mention OS and Node.js version.
158
-
159
-
Please pull the very latest git code and install latest NPM modules before publishing an issue.
161
+
It is very important that you refer to the documentation for your operating system to change this parameter permanently
0 commit comments