webpack-dev-server can't find localhost

后端 未结 7 1031
刺人心
刺人心 2020-12-19 01:39

I\'m trying to get started with React using webpack, but keep running into an error when I try to set up webpack-dev-server

7条回答
  •  天命终不由人
    2020-12-19 02:14

    Solved, turned out my hosts file (found under /etc/hosts on a mac) had one line missing and so webpack couldn't find localhost. I restored it to its default following these instructions and it now works!

提交回复
热议问题