Skip to content

Commit 60696f3

Browse files
committed
Moved to Trobleshooting
Signed-off-by: Alexander Ivanov <oshli.a.er@gmail.com>
1 parent 003c206 commit 60696f3

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,24 @@ It does not "watch" tutorial text, but it reloads the server after code changes.
125125
126126
Again, that's for developing the server code itself, not writing the tutorial.
127127
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`.
129131
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
131141
132142
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.
133143
144+
_*!* Samples code below work correctly for Ubuntu_.
145+
134146
You can get your current inotify files watch limit by:
135147
136148
```sh
@@ -146,17 +158,7 @@ $> sudo sysctl fs.inotify.max_user_watches=524288
146158
$> sudo sysctl -p
147159
```
148160

149-
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
160162

161163
--
162164
Yours,

0 commit comments

Comments
 (0)