- Windows : Windows 10 LTSC
- nodejs : v10.15.1
- npm : 6.4.1
- yarn : 1.13.0
- git : 2.18.0.windows
when we use npm
to globally install live-server
, we can directly type live-server
to start the http
server.
when we use npm
to globally install live-server
, we can directly type live-server
to start the http
server.
npm
has been added to the environment variable path
. yarn
has not been added to the environment variable path
. To add it yourself, yarn global bin
View the global installation directory and add it manually