Gulp Export failing in Aurelia Skeleton ES Next after installing aurelia-autocomplete

70 Views Asked by At

I have been working for a while with Aurelia Skeleton ES next. Today I installed aurelia-autocomplete with:

jspm install aurelia-autocomplete

And I got this:

The following existing package versions were altered by install deduping:

   aurelia-pal 1.2.0 -> 1.3.0
   aurelia-dependency-injection 1.3.0 -> 1.3.1
   aurelia-logging 1.2.0 -> 1.3.1
   aurelia-framework 1.0.0 -> 1.1.2
   aurelia-templating 1.2.0 -> 1.4.1
   aurelia-fetch-client 1.0.0 -> 1.1.2
   aurelia-task-queue 1.1.0 -> 1.2.0
   aurelia-binding 1.1.1 -> 1.2.1

Now, 'gulp watch' is working correctly, BUT if I 'gulp export' the dependencies are not found anymore, and in the /dist folder the app is not working anymore.. what exactly happened here?

0

There are 0 best solutions below