Questions tagged [lite-server]

Lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS changes using sockets, and has a fallback page when a route is not found.

125 questions
-1
votes
2 answers

Angular2 Quickstart cannot start with lite-server

I have been trying to get the Angular2 Quick start app working on Windows system, but could not succeed with the "lite-server". After installing dependencies(npm install) when i run the app(npm start) i get the following error > Error: spawn cmd…
-2
votes
1 answer

npm ERR! JSON.parse Failed to parse package.json data ,error in creating npm light-server

I was trying to run npm lite server ,but it is showing me "Failed to parse json data , I initiated the process with npm init command then I gave the command npm install lite-server --save-dev and it created the node module .after that I updated the…
Shashi
  • 700
  • 1
  • 7
  • 15
-2
votes
1 answer

I can not deploy nodeJs frontend to Heroku

I am running a nodejs frontend-only website that uses lite-server. as I am trying to deploy it with git in CLI, it shows me the error: Did not detect a bs-config.json or bs-config.js override file. Using lite-server defaults...Couldn't open a…
Babatunde Mustapha
  • 2,131
  • 20
  • 21
-2
votes
1 answer

image not displaying on my web page when hosted in lite -server local host..?

when opened the index.html file normally image is displaying when hosted on lite server the image is not displaying here is the html code and all the files directory getting get request 404 for the image file. here is the bs-config file for the…
-2
votes
1 answer

Error occured when executing command: lite-server while npm start command for Angular2

My code repo is here, I'm running this on windows 8, node 7.9 & npm 4.2 I've done many things but got no solutino for this, googled for solution but got no lead. Error occured when executing command: lite-server Error: spawn cmd.exe ENOENT at…
TheTom
  • 298
  • 3
  • 15
1 2 3
8
9