Open HarshCasper opened 2 years ago
I have tried my hands on this issue. But after running npm start
200 files get changed (.pug files) and it redirects to http://localhost:4200/#/
with a blank page. Also when I discard changes this [http://localhost:4200/#/dashboard
]() works fine.
@asmijafar20 How to discard changes
Describe the bug
While doing a
npm start
ornpm build
the following bug arises:To Reproduce**
Steps to reproduce the behavior:
npm install
npm start
ornpm build
Expected behavior**
We would ideally like the front end to build successfully.