webpack-aot icon indicating copy to clipboard operation
webpack-aot copied to clipboard

live-server command is not working

Open dgpuranik opened this issue 7 years ago • 2 comments

Hi,

I downloaded the code on Mac. First ran npm install successfully. Next I ran npm run build successfully. But when I try to run live-server command to test run it, I am getting error. Error is "command-not-found". Do I need to install any particular utility?

dgpuranik avatar May 24 '17 07:05 dgpuranik

I saw the the devdependency but not sure how to use that. Its not working as its in readme file for sure.

dgpuranik avatar May 24 '17 12:05 dgpuranik

npm install -g live-server

jungsooknam avatar Oct 31 '19 02:10 jungsooknam