© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Serdar Sanri
Sr. Frontend Developer
your answer is on top line there sh: 1: webpack-dev-server: not found you need to install webpack-dev-server first. try to add RUN npm install -g webpack webpack-dev-server in your dockerfile.
sh: 1: webpack-dev-server: not found
RUN npm install -g webpack webpack-dev-server
Thanks for you answer but I know that (RUN npm install -g webpack webpack-dev-server) and it still doesn't work.
Can you share your dockerfile if not a problem. We can see better your setup to identify what else might be the problem
Shamaru Primera
this issue already fixed, thank you for you answers.
If you can update your post with how you fixed it, it will help other people if they come across same issue. Thanks