Base solution for your next web application
Open Closed

ASP .Net Core MVC - Why #11358


User avatar
0
Adrian created

Good evening. Why does the "npm run create-bundles" command warn me that the "NotificationDetailsModal.js" file is missing? I checked and the file is in the right place.

[email protected] create-bundles yarn && gulp buildDev

yarn install v1.22.15 warning package.json: No license field warning [email protected]: No license field [1/4] Resolving packages... success Already up-to-date. Done in 0.42s. [21:17:24] Using gulpfile ~\Desktop\Naviman\src\Naviman.Web.Mvc\gulpfile.js [21:17:24] Starting 'buildDev'... File not found: C:\Users\Programowanie\Desktop\Naviman\src\Naviman.Web.Mvc\view-resources\Areas\App\Views\Layout_NotificationDetailModal.js Bundles are being created, please wait... [21:17:45] Finished 'buildDev' after 22 s Terminate batch job (Y/N)? y


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Message says "NotificationDetailsModal" but the file name is different. I think this has been fixed in the original version. Could you change the file name in bundles.json ?

  • User Avatar
    0
    Adrian created

    Thank You!