Base solution for your next web application
Open Closed

Build errors & NGX bootstrap datepicker not auto-closing #3795


User avatar
0
shanefryer4184 created

I have Ngx bootstrap datepicker in my solution. It has a bug of not auto closing when you click outside. I was trying to solve that issue and updated the ngx bootstrap version in package json from 1.6.6 to 1.9.1.

But things didn't work so I tried to revert it back. But now I am getting build errors more than 110.

They are all coming from a custom pipe filter which I never touched.

Looks like the configuration went wrong and its not able to build the Angular 4 UI solution.

I cleared the node modules folder and again did npm install, but no luck

Can you help ?


2 Answer(s)
  • User Avatar
    0
    shanefryer4184 created

    I have checked the bugs log file. It also says it has nothing to do with npm. It traces errors to @angular/cli with your iabpsession. Have uninstalled & re-installed @angular/cli, but still in package.json, intellisense shows it unavailable. I have deleted node_modules folder & then again did npm install. Also deleted npm & cache from roaming. Updated ngx bootstrap , typescript to latest version. But still no luck. plz help.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ShaneFryer4184,

    After reverting your change on package.json, can you try to delete node_modules folder and install npm dependencies using yarn command ?

    "npm install" installs latest minor version of each package and probably it causes your problem.