-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: listen EADDRINUSE: address already in use :::8124 #35
Comments
I had this issue, but now I can't reproduce it. However, it turned into:
I managed to fix (?) it by adding |
where did you add this? |
Next to the other require statements - maybe line 6?
…On 22 December 2021 00:50:28 GMT, Yusuf ***@***.***> wrote:
> I managed to fix (?) it by adding `require 'resolv-replace'` to `lib/jekyll-postcss.rb`
where did you add this?
--
Reply to this email directly or view it on GitHub:
#35 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
sorry dude i really don't understand anything. English is not my native language, maybe that's why |
No problem.
On my computer I opened the file called `lib/jekyll-postcss.rb`
(For me on my computer this was in `~/.gems` but I am on Linux)
Below line 5 I added a new line and wrote:
`require 'resolv-replace' to lib/jekyll-postcss.rb`
Then I saved the file.
It's not perfect because I edited the package itself, but until we can find the problem this worked for me.
…On 22 December 2021 21:47:42 GMT, Yusuf ***@***.***> wrote:
> Next to the other require statements - maybe line 6?
> […](#)
> On 22 December 2021 00:50:28 GMT, Yusuf ***@***.***> wrote: > I managed to fix (?) it by adding `require 'resolv-replace'` to `lib/jekyll-postcss.rb` where did you add this? -- Reply to this email directly or view it on GitHub: [#35 (comment)](#35 (comment)) You are receiving this because you commented. Message ID: ***@***.***>
sorry dude i really don't understand anything. English is not my native language, maybe that's why
-- >
Reply to this email directly or view it on GitHub:
#35 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
The text was updated successfully, but these errors were encountered: