Hacker News new | ask | show | jobs
by ihaveqvestion 4462 days ago
I installed the latest version of this, and of Node, on my Windows computer, and I had to change "~/node_modules" to "./node_modules" in the final line of Makefile (in the "runlocal" target) - the http-server module was installed in the current directory. Otherwise it's working great; thanks!
2 comments

Good catch -- I fixed the Makefile to actually go along with how http-server is installed in the README.
Confirmed the same issue on Linux