http-server with localhost:3000 gives ERR_INVALID_REDIRECT

后端 未结 6 1430
半阙折子戏
半阙折子戏 2020-12-19 06:08

I have installed http-server using the following command:

npm i -g http-server

Upon running the server I get the response saying Running o

6条回答
  •  时光取名叫无心
    2020-12-19 06:18

    I changed http-server version 0.10.0 to 0.8.5 in the package.json file and it worked for me. I hope this helps someone.

提交回复
热议问题