-1

while giving command- npm start the result goes with this and I am not able to get the local host ip

git-test@1.0.0 start run npm lite

'run' is not recognized as an internal or external command, operable program or batch file.**

also added- "scripts": { "start": "run npm lite", "test": "echo "Error: no test specified" && exit 1", "lite":"lite-server" }, in package.json file, but;

Asad Ali
  • 13
  • 2

2 Answers2

0

It's npm run lite, not run npm lite.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Konrad
  • 21,590
  • 4
  • 28
  • 64
0

try npm install then npm start

Ahmad96
  • 1
  • 2