Base solution for your next web application
Open Closed

Issues with npm run create-bundles & bootstrap-rtl / jquery-ui #6027


User avatar
0
sbenfares created

Hi,

When i do a "npm run create-bundles" for installing my project on a new pc i have this error :

Error: File not found with singular glob: D:/Src/A2JOB/A2JOB.Platform/src/A2JOB.Platform.Web.Mvc/node_modules/bootstrap-rtl/bootstrap-rtl.css

When i remove bootstrap-rtl from package-mapping-config i still have an error but with jquery-ui

And when i also remove jquery ui from package-mapping-config, then it's ok.

Can you help, what is wrong ?

Version of ANZ used is V.5.6


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

    Hi @sbenfares

    You can safely remove bootstrap-rtl, we have also deleted it.

    How is the mapping for jquery-ui is defined in package-mapping-config.js ? Here is what we have:

    "node_modules/jquery-ui/themes/base/all.css": "jquery-ui/themes/base"

  • User Avatar
    0
    sbenfares created

    Thanks, i removed bootstrap-rtl and corrected jquery ui