Skip to main content
Toggle navigation
Friendica
Search
Profile
Conversations
Photos
Media
Contacts
Conversations
Profile
Photos
Media
Contacts
2023-02-24 14:29:37
2023-02-24 14:29:37
2023-02-24 14:29:37
127839
Damian Wajer
1 year ago
•
Damian Wajer
1 year ago
•
Solving Webpack development server error:
> 「wds」: Error: listen EADDRINUSE: address already in use 0.0.0.0:3808
```
# Check which process is using the port
lsof -i :3808
# Terminate the process using the PID number
kill -9 PID
```
#
Webpack
#
TIL
Languages
Share via ...
<
>
⇧