dappuniversity / eth-todo-list

Blockchain Todo App Tutorial Powered by Ethereum Smart Contracts
549 stars 549 forks source link

Did not detect a `bs-config.json` or `bs-config.js` override file. #29

Closed Rose2395 closed 2 years ago

Rose2395 commented 2 years ago

I'm getting this error upon running the npm run dev command. Has anyone faced this same issue?

Rose2395 commented 2 years ago

bs-config file was not in the root directory and it was in js format, which lite server does accept as mentioned in the documentation but somehow it wasn't getting loaded unless changed to the json format.