http-server command not found
You may not have your npm binaries in PATH. Make sure that your npm binaries are in path by running echo $PATH. You should see, somewhere in the printed output, something like: /home/bob/.npm-packages/bin is the directory where my npm binaries are installed whenever I run npm -g install whatever. If you don’t see something like that, read Fixing npm permissions which … Read more