0
votes
  1. [email protected] start G:\quickstart\quickstart-master tsc && concurrently "tsc -w" "lite-server"

    [1] 'lite-server' is not recognized as an internal or external command,
    [1] operable program or batch file.
    [1] lite-server exited with code 1 [0] 10:43:05 PM - Compilation complete. Watching for file changes.

1

1 Answers

0
votes

Looks like your forgot to do npm install

After that run, npm start