Base solution for your next web application

Activities of "wizbar"

I managed to solve it by doing the following :

  1. Open bundles.json file
  2. find "view-resources/Areas/MIS/Views/_Bundles/account-layout-libs.min.js" and "view-resources/Areas/MIS/Views/_Bundles/app-layout-libs.min.js"
  3. then remove "node_modules/jquery/dist/jquery.js",
  4. Re run npm run create-bundles
  5. Then restart your application
  6. This worked perfectly.
Showing 1 to 1 of 1 entries