Skip to content

Commit 2e41a00

Browse files
committed
further reflected changes from latest review
1 parent 97b1759 commit 2e41a00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ else fails, try removing the virtual environment and reinstalling:
100100

101101
### Troubleshooting Possible Errors
102102

103-
* Should you get series of type errors that looks something like `npm ERR! typeerror Error: Missing required argument #1`, after running `pipenv run lektor server -f webpack`, this is most likely due to running an older version of Node.js
103+
* Should you get series of type errors that looks something like `npm ERR! typeerror Error: Missing required argument #1`, after running `pipenv run lektor server -f webpack`, this is most likely due to running an older version of Node.js.
104104

105-
As stated earlier in the prerequisites, you should be running Node.js versions 12+.
105+
As stated earlier in the prerequisites, you should be running Node.js versions 12+.
106106

107-
Follow [this](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) tutorial to upgrade your node version (for GNU/Unix systems).
107+
Follow [this](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) tutorial to upgrade your node version (for GNU/Unix systems).
108108

109109
* Should you get an `OSError: [Errno 28] inotify watch limit reached` after running any command, this means that your system file watcher is running out of alloted handles, usually because the workspace is large and contains many files.
110110

111-
The solution is to run:
111+
The solution is to run:
112112

113-
`sudo sysctl fs.inotify.max_user_watches=524288`
113+
`sudo sysctl fs.inotify.max_user_watches=524288`
114114

115-
This increases your `inotify` watch limit (for the session) to 524288, which is the maximum value and is also enough to allow the setup go through.
115+
This increases your `inotify` watch limit (for the session) to 524288, which is the maximum value and is also enough to allow the setup go through.
116116

117117
You can learn more about file watchers [from this blog post](https://unixia.wordpress.com/2018/04/28/inotify-watch-limit-reached-wait-what/) or [from the VS Code documentation](https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc).
118118

0 commit comments

Comments
 (0)