Search code examples
javascriptangularnpmlite-server

Lite-server does not detect a `bs-config.json` or `bs-config.js` override file


I'm trying to run angular2 based first app. I followed angular2 steps. When i run command npm start then its giving following error in the terminal

Did not detect a bs-config.json or bs-config.js override file. Using lite-server defaults...

And also browser returning 404 error for index.html file (angular-project/app/index.html)

I check lite-server version is "lite-server@^2.2.0", and npm version 3.7.3, also i followed this accepted answer instructions but still facing same issue. Can anyone guide me how can fix it, I will appreciate. Thank You.


Solution

  • In Wrap up section different project structure than described in question. Please ensure that you have followed tutorial correctly.