Base solution for your next web application
Open Closed

Metronic Style.min.css not found #7663


User avatar
0
Raef_khallad created

Dears, i've followed the getting started guide to start up my first downloaded solution. i got an error stating that file: 'http://localhost:4200/assets/metronic/themes/default/css/style.bundle.min.css' is not found (the screenshot below):

i've tried removing and reinstalling my Node_modules using NPM and Yarn with no luck to fix this issue.

any suggestions please?


6 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    What is your product version?

    The general steps are: yarn restore package npm run start build and serve

  • User Avatar
    0
    XugoWebTeam created

    Hi @maliming,

    fyi - we are experiencing this error also.

  • User Avatar
    0
    maliming created
    Support Team

    @xugowebteam What is your product version?

  • User Avatar
    0
    XugoWebTeam created

    @maliming - 7.2 also.

    The error is also ocurring on a freshly downloaded, 'blank' installation. i.e no custom code at all.

  • User Avatar
    0
    XugoWebTeam created

    @maliming,

    It seems we've fixed it by running npm start rather than ng serve. @Raef_khallad - maybe worth a try for you too.

  • User Avatar
    0
    maliming created
    Support Team

    Yes @xugowebteam

    Need to execute gulp buildDev.