aurelia-ui-toolkits / demo-kendo

Demo application for Aurelia-KendoUI-plugin
MIT License
3 stars 8 forks source link

Building the app results with a lot of "deprecated" warnings #18

Closed adriatic closed 7 years ago

adriatic commented 7 years ago

This is a typical set of warnings:

...
ok   Installed github:jspm/nodelibs-http@^1.7.0 (1.7.1)
     Downloading npm:https-browserify@0.0.0
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
ok   Installed npm:os-browserify@^0.1.2 (0.1.2)
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
ok   Installed npm:https-browserify@0.0.0 (0.0.0)
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
ok   Installed npm:Base64@~0.2.0 (0.2.1)
ok   Installed clean-css as npm:clean-css@^3.4.8 (3.4.25)
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
ok   Installed babel-runtime as npm:babel-runtime@^5.8.24 (5.8.38)
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:16028) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
...
adriatic commented 7 years ago

Not sure what to do with this - haven;t built this app for a long time, so it just might be that this is not an issue today.

JeroenVinke commented 7 years ago

This is a JSPM issue, not something we can resolve