Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building demo-kendo issues #22

Open
adriatic opened this issue Nov 17, 2017 · 7 comments
Open

Building demo-kendo issues #22

adriatic opened this issue Nov 17, 2017 · 7 comments

Comments

@adriatic
Copy link
Member

adriatic commented Nov 17, 2017

Following my response to @Rhistina ☝️ November 16, 2017 4:13 PM:

A long list of deprecation warnings (see the next section ) - using

λ npm -v                                                                              
5.4.2                                                                                 
                                                                                      
H:\work\aurelia-ui-toolkits\kendoui\demo-kendo (master) ([email protected])  
λ jspm -v                                                                             
0.16.15                                                                               
Running against local jspm install.                                                   

Running gulp watch, the app crashes

aurelia-logging-console.js:54 ERROR [app-router] Error: Route not found: pivotgrid
    at Router._createNavigationInstruction (aurelia-router.js:1082)
    at aurelia-router.js:1506
    at r (bluebird.min.js:31)
    at r._settlePromiseFromHandler (bluebird.min.js:30)
    at r._settlePromise (bluebird.min.js:30)
    at r._settlePromise0 (bluebird.min.js:30)
    at r._settlePromises (bluebird.min.js:30)
    at r._drainQueue (bluebird.min.js:29)
    at r._drainQueues (bluebird.min.js:29)
    at drainQueues (bluebird.min.js:29)
    at <anonymous>

App crashes here

    Router.prototype._createNavigationInstruction = function _createNavigationInstruction() {
      var url = arguments.length <= 0 || arguments[0] === undefined ? '' : arguments[0];
      var parentInstruction = arguments.length <= 1 || arguments[1] === undefined ? null : arguments[1];

      var fragment = url;
      var queryString = '';

      var queryIndex = url.indexOf('?');
      if (queryIndex !== -1) {
        fragment = url.substr(0, queryIndex);
        queryString = url.substr(queryIndex + 1);
      }

      var results = this._recognizer.recognize(url);
      if (!results || !results.length) {
        results = this._childRecognizer.recognize(url);
      }

      var instructionInit = {
        fragment: fragment,
        queryString: queryString,
        config: null,
        parentInstruction: parentInstruction,
        previousInstruction: this.currentInstruction,
        router: this,
        options: {
          compareQueryParams: this.options.compareQueryParams
        }
      };

      if (results && results.length) {
        var first = results[0];
        var _instruction = new NavigationInstruction(Object.assign({}, instructionInit, {
          params: first.params,
          queryParams: first.queryParams || results.queryParams,
          config: first.config || first.handler
        }));

        if (typeof first.handler === 'function') {
          return evaluateNavigationStrategy(_instruction, first.handler, first);
        } else if (first.handler && typeof first.handler.navigationStrategy === 'function') {
          return evaluateNavigationStrategy(_instruction, first.handler.navigationStrategy, first.handler);
        }

        return Promise.resolve(_instruction);
      } else if (this.catchAllHandler) {
        var _instruction2 = new NavigationInstruction(Object.assign({}, instructionInit, {
          params: { path: fragment },
          queryParams: results && results.queryParams,
          config: null }));

        return evaluateNavigationStrategy(_instruction2, this.catchAllHandler);
      }

      return Promise.reject(new Error('Route not found: ' + url));          <-------
    };
@adriatic
Copy link
Member Author

λ npm install                                                                                                            
npm WARN deprecated [email protected]: Please update conventional-changelog to >1.0.0. If you are running the
, use conventional-changelog-cli                                                                                         
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue             
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to
ceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.                                    
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue             
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue              
npm WARN deprecated [email protected]: This project has been deprecated for "npm install es-module-loader" based 
he newer loader spec.                                                                                                    
npm WARN deprecated [email protected]: connect 2.x series is deprecated                                                      
npm WARN deprecated [email protected]: Use uuid module instead                                                             
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to
ceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.                                    
npm notice created a lockfile as package-lock.json. You should commit this file.                                         
npm WARN The package aurelia-bundler is included as both a dev and production dependency.                                
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):                                  
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"
urrent: {"os":"win32","arch":"x64"})                                                                                     
                                                                                                                         
added 1325 packages in 108.77s                                                                                           
                                                                                                                         
H:\work\aurelia-ui-toolkits\kendoui\demo-kendo (master) ([email protected])                                     
λ jspm install                                                                                                           
     Looking up npm:babel-core                                                                                           
     Looking up npm:babel-runtime                                                                                        
     Looking up npm:clean-css                                                                                            
     Looking up npm:core-js                                                                                              
     Looking up npm:aurelia-binding                                                                                      
     Looking up npm:aurelia-bootstrapper                                                                                 
     Looking up npm:aurelia-dependency-injection                                                                         
     Looking up npm:aurelia-event-aggregator                                                                             
     Looking up npm:aurelia-framework                                                                                    
     Looking up npm:aurelia-http-client                                                                                  
     Looking up npm:aurelia-kendoui-bridge                                                                               
     Looking up npm:aurelia-loader                                                                                       
     Looking up npm:aurelia-logging                                                                                      
     Looking up npm:aurelia-metadata                                                                                     
     Looking up npm:aurelia-pal                                                                                          
     Looking up npm:aurelia-task-queue                                                                                   
     Looking up npm:aurelia-templating                                                                                   
     Looking up npm:font-awesome                                                                                         
     Looking up npm:showdown                                                                                             
     Looking up npm:showdown-prettify                                                                                    
     Updating registry cache...                                                                                          
     Looking up github:systemjs/plugin-css                                                                               
     Looking up github:google/code-prettify                                                                              
     Looking up github:aurelia-ui-toolkits/aurelia-after-attached-plugin                                                 
     Looking up github:systemjs/plugin-text                                                                              
     Looking up github:PrismJS/prism                                                                                     
     Looking up github:twbs/bootstrap                                                                                    
                                                                                                                         
warn Using local override for github:twbs/[email protected]                                                                
     Looking up github:systemjs/plugin-json                                                                              
     Downloading npm:[email protected]                                                                                    
     Looking up npm:commander                                                                                            
     Looking up npm:source-map                                                                                           
     Downloading npm:[email protected]                                                                                      
     Looking up npm:yargs                                                                                                
     Downloading npm:[email protected]                                                                               
     Downloading npm:[email protected]                                                                              
     Downloading npm:[email protected]                                                                        
     Looking up npm:aurelia-router                                                                                       
     Looking up npm:aurelia-templating-resources                                                                         
     Downloading npm:[email protected]                                                                  
     Downloading npm:[email protected]                                                                                   
     Downloading npm:[email protected]                                                                                
     Looking up npm:aurelia-path                                                                                         
     Downloading npm:[email protected]                                                                                       
     Downloading npm:[email protected]                                                                            
     Downloading npm:[email protected]                                                                             
     Downloading npm:[email protected]                                                                      
     Downloading npm:[email protected]                                                                             
     Downloading npm:[email protected]                                                                               
     Downloading npm:[email protected]                                                                            
     Downloading github:google/code-prettify@master                                                                      
     Downloading npm:[email protected]                                                                          
     Looking up npm:aurelia-history                                                                                      
     Looking up npm:aurelia-history-browser                                                                              
     Looking up npm:aurelia-loader-default                                                                               
     Looking up npm:aurelia-logging-console                                                                              
     Looking up npm:aurelia-pal-browser                                                                                  
     Looking up npm:aurelia-polyfills                                                                                    
     Looking up npm:aurelia-templating-binding                                                                           
     Looking up npm:aurelia-templating-router                                                                            
     Downloading npm:[email protected]                                                                                   
     Downloading npm:[email protected]                                                                                
     Downloading npm:[email protected]                                                                                  
     Downloading github:twbs/[email protected]                                                                             
     Downloading npm:[email protected]                                                                                         
     Looking up npm:camelcase                                                                                            
     Looking up npm:cliui                                                                                                
     Looking up npm:decamelize                                                                                           
     Looking up npm:get-caller-file                                                                                      
     Looking up npm:os-locale                                                                                            
     Looking up npm:read-pkg-up                                                                                          
     Looking up npm:require-directory                                                                                    
     Looking up npm:require-main-filename                                                                                
     Looking up npm:set-blocking                                                                                         
     Looking up npm:string-width                                                                                         
     Looking up npm:which-module                                                                                         
     Looking up npm:y18n                                                                                                 
     Looking up npm:yargs-parser                                                                                         
     Downloading npm:[email protected]                                                                                     
     Looking up npm:graceful-readlink                                                                                    
     Downloading npm:[email protected]                                                                                    
     Looking up npm:amdefine                                                                                             
     Downloading npm:[email protected]                                                                               
     Downloading npm:[email protected]                                                                                  
     Downloading npm:[email protected]                                                                     
     Downloading npm:[email protected]                                                                       
     Downloading npm:[email protected]                                                                    
     Downloading npm:[email protected]                                                                           
ok   Installed github:systemjs/[email protected] (0.1.20)                                                                   
ok   Installed css as github:systemjs/[email protected] (0.1.20)                                                         
     Downloading npm:[email protected]                                                                       
     Downloading npm:[email protected]                                                                                  
     Downloading npm:[email protected]                                                                                   
     Looking up npm:find-up                                                                                              
     Looking up npm:read-pkg                                                                                             
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                     
     Looking up npm:execa                                                                                                
     Looking up npm:lcid                                                                                                 
     Looking up npm:mem                                                                                                  
     Downloading npm:[email protected]                                                                                  
     Downloading npm:[email protected]                                                                                  
     Looking up npm:is-fullwidth-code-point                                                                              
     Looking up npm:strip-ansi                                                                                           
     Downloading npm:[email protected]                                                                                
     Looking up npm:aurelia-route-recognizer                                                                             
     Downloading npm:[email protected]                                                                        
     Downloading npm:[email protected]                                                                             
     Downloading npm:[email protected]                                                                  
ok   Installed json as github:systemjs/plugin-json@^0.1.2 (0.1.2)                                                        
ok   Installed text as github:systemjs/plugin-text@^0.0.4 (0.0.4)                                                        
     Downloading npm:[email protected]                                                                               
     Downloading npm:[email protected]                                                                                          
     Downloading npm:[email protected]                                                                                    
     Downloading npm:[email protected]                                                                                         
     Looking up npm:cross-spawn                                                                                          
     Looking up npm:get-stream                                                                                           
     Looking up npm:is-stream                                                                                            
     Looking up npm:npm-run-path                                                                                         
     Looking up npm:p-finally                                                                                            
     Looking up npm:signal-exit                                                                                          
     Looking up npm:strip-eof                                                                                            
     Downloading npm:[email protected]                                                                                           
     Looking up npm:mimic-fn                                                                                             
     Downloading npm:[email protected]                                                                                  
     Downloading npm:[email protected]                                                                         
     Downloading npm:[email protected]                                                                                         
     Looking up npm:wrap-ansi                                                                                            
     Downloading npm:[email protected]                                                                             
     Downloading npm:[email protected]                                                                                       
     Looking up npm:locate-path                                                                                          
     Downloading npm:[email protected]                                                                                      
     Looking up npm:load-json-file                                                                                       
     Looking up npm:normalize-package-data                                                                               
     Looking up npm:path-type                                                                                            
     Downloading npm:[email protected]                                                                       
     Downloading npm:[email protected]                                                                                    
     Looking up npm:ansi-regex                                                                                           
     Downloading npm:[email protected]                                                                             
     Downloading npm:[email protected]                                                                                      
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                  
     Looking up npm:code-point-at                                                                                        
     Downloading npm:[email protected]                                                                                  
     Looking up npm:path-key                                                                                             
     Downloading npm:[email protected]                                                                                      
     Downloading npm:[email protected]                                                                                    
     Downloading npm:[email protected]                                                                                   
     Downloading npm:[email protected]                                                                                   
     Looking up npm:lru-cache                                                                                            
     Looking up npm:shebang-command                                                                                      
     Looking up npm:which                                                                                                
     Downloading npm:[email protected]                                                                                   
     Looking up npm:p-locate                                                                                             
     Looking up npm:path-exists                                                                                          
     Downloading npm:[email protected]                                                                                    
     Downloading npm:[email protected]                                                                                     
     Looking up npm:pify                                                                                                 
     Downloading npm:[email protected]                                                                                
     Looking up npm:graceful-fs                                                                                          
     Looking up npm:parse-json                                                                                           
     Looking up npm:strip-bom                                                                                            
     Downloading npm:[email protected]                                                                      
     Downloading npm:[email protected]                                                                                          
     Looking up npm:invert-kv                                                                                            
     Downloading npm:[email protected]                                                                        
     Looking up npm:hosted-git-info                                                                                      
     Looking up npm:is-builtin-module                                                                                    
     Looking up npm:semver                                                                                               
     Looking up npm:validate-npm-package-license                                                                         
     Downloading npm:[email protected]                                                                                    
     Downloading npm:[email protected]                                                                               
     Looking up npm:shebang-regex                                                                                        
     Downloading npm:[email protected]                                                                                      
     Downloading npm:[email protected]                                                                       
     Looking up npm:number-is-nan                                                                                        
     Downloading npm:[email protected]                                                                                     
     Looking up npm:pseudomap                                                                                            
     Looking up npm:yallist                                                                                              
     Downloading npm:[email protected]                                                                                         
     Looking up npm:isexe                                                                                                
     Downloading npm:[email protected]                                                                                      
     Looking up npm:p-limit                                                                                              
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                   
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                 
     Downloading npm:[email protected]                                                                                    
     Downloading npm:[email protected]                                                                               
     Downloading npm:[email protected]                                                                                     
     Downloading npm:[email protected]                                                                                 
     Downloading npm:[email protected]                                                                                         
     Downloading npm:[email protected]                                                                                       
     Downloading npm:[email protected]                                                                                       
     Downloading npm:[email protected]                                                                                        
     Downloading npm:[email protected]                                                                                          
     Downloading npm:[email protected]                                                                                    
     Looking up npm:error-ex                                                                                             
     Downloading npm:[email protected]                                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                  
     Looking up npm:spdx-correct                                                                                         
     Looking up npm:spdx-expression-parse                                                                                
     Downloading npm:[email protected]                                                                             
     Looking up npm:builtin-modules                                                                                      
     Downloading npm:[email protected]                                                                                     
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                 
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                      
     Looking up npm:is-arrayish                                                                                          
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                               
     Looking up github:jspm/nodelibs-path                                                                                
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up github:jspm/nodelibs-util                                                                                
     Looking up github:jspm/nodelibs-fs                                                                                  
     Downloading npm:[email protected]                                                                                  
     Looking up npm:spdx-license-ids                                                                                     
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                         
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up github:jspm/nodelibs-process                                                                             
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up npm:path-browserify                                                                                      
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up github:jspm/nodelibs-module                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up github:jspm/nodelibs-buffer                                                                              
     Looking up github:jspm/nodelibs-stream                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                   
     Looking up npm:util                                                                                                 
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:read-pkg-up@^2.0.0 (2.0.0)                                                                            
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                              
ok   Installed github:systemjs/plugin-json@^0.1.0 (0.1.2)                                                                
ok   Installed npm:camelcase@^4.1.0 (4.1.0)                                                                              
ok   Installed npm:string-width@^2.0.0 (2.1.1)                                                                           
     Looking up github:jspm/nodelibs-events                                                                              
     Looking up github:jspm/nodelibs-assert                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:get-caller-file@^1.0.1 (1.0.2)                                                                        
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:os-locale@^2.0.0 (2.1.0)                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up npm:process                                                                                              
ok   Installed npm:mem@^1.1.0 (1.1.0)                                                                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:which-module@^2.0.0 (2.0.0)                                                                           
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up npm:stream-browserify                                                                                    
ok   Installed github:jspm/nodelibs-path@^0.1.0 (0.1.0)                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:strip-ansi@^4.0.0 (4.0.0)                                                                             
ok   Installed npm:is-fullwidth-code-point@^2.0.0 (2.0.0)                                                                
ok   Installed npm:decamelize@^1.1.1 (1.2.0)                                                                             
ok   Installed github:jspm/nodelibs-util@^0.1.0 (0.1.0)                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:read-pkg@^2.0.0 (2.0.0)                                                                               
ok   Installed npm:y18n@^3.2.1 (3.2.1)                                                                                   
ok   Installed npm:find-up@^2.0.0 (2.1.0)                                                                                
     Downloading npm:[email protected]                                                                                         
     Looking up npm:inherits                                                                                             
ok   Installed npm:commander@~2.8.0 (2.8.1)                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up npm:buffer                                                                                               
ok   Installed npm:strip-eof@^1.0.0 (1.0.0)                                                                              
ok   Installed npm:p-finally@^1.0.0 (1.0.0)                                                                              
ok   Installed npm:mimic-fn@^1.0.0 (1.1.0)                                                                               
ok   Installed npm:is-stream@^1.1.0 (1.1.0)                                                                              
ok   Installed github:jspm/nodelibs-fs@^0.1.0 (0.1.2)                                                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:npm-run-path@^2.0.0 (2.0.2)                                                                           
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:cliui@^3.2.0 (3.2.0)                                                                                  
     Looking up npm:assert                                                                                               
     Looking up npm:events                                                                                               
ok   Installed npm:string-width@^1.0.1 (1.0.2)                                                                           
ok   Installed npm:locate-path@^2.0.0 (2.0.0)                                                                            
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:set-blocking@^2.0.0 (2.0.0)                                                                           
ok   Installed github:jspm/nodelibs-process@^0.1.0 (0.1.2)                                                               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:strip-ansi@^3.0.1 (3.0.1)                                                                             
ok   Installed npm:load-json-file@^2.0.0 (2.0.0)                                                                         
ok   Installed github:jspm/nodelibs-module@^0.1.0 (0.1.0)                                                                
ok   Installed npm:shebang-command@^1.2.0 (1.2.0)                                                                        
ok   Installed github:jspm/nodelibs-stream@^0.1.0 (0.1.0)                                                                
ok   Installed npm:amdefine (1.0.1)                                                                                      
ok   Installed npm:path-type@^2.0.0 (2.0.0)                                                                              
ok   Installed npm:ansi-regex@^3.0.0 (3.0.0)                                                                             
     Looking up github:jspm/nodelibs-url                                                                                 
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                     
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:get-stream@^3.0.0 (3.0.0)                                                                             
ok   Installed npm:p-locate@^2.0.0 (2.0.0)                                                                               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:graceful-readlink (1.0.1)                                                                             
ok   Installed npm:path-key@^2.0.0 (2.0.1)                                                                               
ok   Installed npm:yargs-parser@^7.0.0 (7.0.0)                                                                           
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:is-fullwidth-code-point@^1.0.0 (1.0.0)                                                                
ok   Installed npm:lru-cache@^4.0.1 (4.1.1)                                                                              
ok   Installed github:jspm/nodelibs-buffer@^0.1.0 (0.1.1)                                                                
ok   Installed npm:path-exists@^3.0.0 (3.0.0)                                                                            
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                             
     Looking up npm:readable-stream                                                                                      
     Downloading npm:[email protected]                                                                                      
     Looking up github:jspm/nodelibs-child_process                                                                       
ok   Installed npm:execa@^0.7.0 (0.7.0)                                                                                  
ok   Installed npm:wrap-ansi@^2.0.0 (2.1.0)                                                                              
ok   Installed npm:strip-bom@^3.0.0 (3.0.0)                                                                              
ok   Installed npm:shebang-regex@^1.0.0 (1.0.0)                                                                          
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:require-main-filename@^1.0.1 (1.0.1)                                                                  
ok   Installed github:jspm/nodelibs-assert@^0.1.0 (0.1.0)                                                                
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:signal-exit@^3.0.0 (3.0.2)                                                                            
ok   Installed github:jspm/nodelibs-events@^0.1.1 (0.1.1)                                                                
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:p-limit@^1.1.0 (1.1.0)                                                                                
ok   Installed npm:require-directory@^2.1.1 (2.1.1)                                                                      
ok   Installed npm:lcid@^1.0.0 (1.0.0)                                                                                   
ok   Installed npm:ansi-regex@^2.0.0 (2.1.1)                                                                             
     Looking up github:jspm/nodelibs-constants                                                                           
ok   Installed npm:code-point-at@^1.0.0 (1.1.0)                                                                          
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:invert-kv@^1.0.0 (1.0.0)                                                                              
     Downloading npm:[email protected]                                                                                        
     Looking up npm:base64-js                                                                                            
     Looking up npm:ieee754                                                                                              
     Looking up npm:url                                                                                                  
                                                                                                                         
warn It's taking a long time to process the dependencies of npm:[email protected].                                             
     This package may need an ignore property to indicate test or example folders for jspm to skip.                      
                                                                                                                         
ok   Installed npm:yallist@^2.1.2 (2.1.2)                                                                                
     Downloading npm:[email protected]                                                                                        
     Downloading npm:[email protected]                                                                                        
                                                                                                                         
warn It's taking a long time to process the dependencies of npm:[email protected].                                        
     This package may need an ignore property to indicate test or example folders for jspm to skip.                      
                                                                                                                         
                                                                                                                         
warn It's taking a long time to process the dependencies of npm:[email protected].                                      
     This package may need an ignore property to indicate test or example folders for jspm to skip.                      
                                                                                                                         
ok   Installed npm:validate-npm-package-license@^3.0.1 (3.0.1)                                                           
ok   Installed npm:is-builtin-module@^1.0.0 (1.0.0)                                                                      
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:pify@^2.0.0 (2.3.0)                                                                                   
                                                                                                                         
warn It's taking a long time to process the dependencies of npm:[email protected].                            
     This package may need an ignore property to indicate test or example folders for jspm to skip.                      
                                                                                                                         
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:number-is-nan@^1.0.0 (1.0.1)                                                                          
                                                                                                                         
warn It's taking a long time to process the dependencies of npm:[email protected].                                       
     This package may need an ignore property to indicate test or example folders for jspm to skip.                      
                                                                                                                         
                                                                                                                         
warn It's taking a long time to process the dependencies of npm:[email protected].                                   
     This package may need an ignore property to indicate test or example folders for jspm to skip.                      
                                                                                                                         
     Downloading npm:[email protected]                                                                              
     Looking up npm:core-util-is                                                                                         
     Looking up npm:isarray                                                                                              
     Looking up npm:string_decoder                                                                                       
ok   Installed npm:hosted-git-info@^2.1.4 (2.5.0)                                                                        
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up npm:constants-browserify                                                                                 
ok   Installed npm:which@^1.2.9 (1.3.0)                                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed github:jspm/nodelibs-url@^0.1.0 (0.1.0)                                                                   
ok   Installed npm:pseudomap@^1.0.2 (1.0.2)                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                       
     Downloading npm:[email protected]                                                                                     
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                          
     Looking up npm:punycode                                                                                             
     Looking up npm:querystring                                                                                          
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed github:jspm/nodelibs-child_process@^0.1.0 (0.1.0)                                                         
ok   Installed npm:error-ex@^1.2.0 (1.3.1)                                                                               
ok   Installed npm:spdx-correct@~1.0.0 (1.0.2)                                                                           
ok   Installed npm:semver@^5.0.0 (5.4.1)                                                                                 
ok   Installed github:jspm/nodelibs-constants@^0.1.0 (0.1.0)                                                             
     Downloading npm:[email protected]                                                                                  
ok   Installed npm:spdx-license-ids@^1.0.2 (1.2.2)                                                                       
ok   Installed npm:graceful-fs@^4.1.2 (4.1.11)                                                                           
     Downloading npm:[email protected]                                                                                       
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:isexe@^2.0.0 (2.0.0)                                                                                  
ok   Installed npm:parse-json@^2.2.0 (2.2.0)                                                                             
     Downloading npm:[email protected]                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:builtin-modules@^1.0.0 (1.1.1)                                                                        
     Downloading npm:[email protected]                                                                          
ok   Installed npm:normalize-package-data@^2.3.2 (2.4.0)                                                                 
ok   Installed bootstrap as github:twbs/[email protected] (3.3.6)                                                          
     Downloading npm:[email protected]                                                                                      
ok   Installed npm:spdx-expression-parse@~1.0.0 (1.0.4)                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                   
ok   Installed npm:cross-spawn@^5.0.1 (5.1.0)                                                                            
ok   Installed npm:[email protected] (0.0.0)                                                                         
ok   Installed npm:is-arrayish@^0.2.1 (0.2.1)                                                                            
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up github:jspm/nodelibs-vm                                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:[email protected] (2.0.1)                                                                                
ok   Installed npm:process@^0.11.0 (0.11.10)                                                                             
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up npm:vm-browserify                                                                                        
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:stream-browserify@^1.0.0 (1.0.0)                                                                      
ok   Installed npm:[email protected] (0.0.1)                                                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed github:jspm/nodelibs-vm@^0.1.0 (0.1.0)                                                                    
ok   Installed npm:assert@^1.3.0 (1.4.1)                                                                                 
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                 
     Looking up npm:indexof                                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:source-map@~0.4.0 (0.4.4)                                                                             
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:string_decoder@~0.10.0 (0.10.31)                                                                      
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:[email protected] (0.0.1)                                                                                 
ok   Installed npm:ieee754@^1.1.4 (1.1.8)                                                                                
ok   Installed npm:[email protected] (1.3.2)                                                                                
ok   Installed npm:url@^0.10.1 (0.10.3)                                                                                  
ok   Installed npm:core-util-is@~1.0.0 (1.0.2)                                                                           
     Downloading npm:[email protected]                                                                                       
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:base64-js@^1.0.2 (1.2.1)                                                                              
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:util@^0.10.3 (0.10.3)                                                                                 
ok   Installed npm:[email protected] (0.10.3)                                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:readable-stream@^1.0.27-1 (1.1.14)                                                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:[email protected] (0.2.0)                                                                             
ok   Installed npm:yargs@^8.0.1 (8.0.2)                                                                                  
ok   Installed npm:[email protected] (0.0.1)                                                                                 
ok   Installed npm:[email protected] (1.0.2)                                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-pal@^1.0.0 (1.4.0)                                                                            
ok   Installed npm:aurelia-pal@^1.3.0 (1.4.0)                                                                            
ok   Installed aurelia-pal as npm:aurelia-pal@^1.0.0-beta.1.0.2 (1.4.0)                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:[email protected] (0.0.4)                                                                           
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-history@^1.0.0 (1.0.0)                                                                        
ok   Installed prism as github:PrismJS/[email protected] (1.3.0)                                                               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed font-awesome as npm:[email protected] (4.6.3)                                                            
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-event-aggregator@^1.0.0 (1.0.1)                                                               
ok   Installed npm:aurelia-logging@^1.0.0 (1.3.1)                                                                        
ok   Installed aurelia-logging as npm:aurelia-logging@^1.0.0-beta.1 (1.3.1)                                              
ok   Installed aurelia-event-aggregator as npm:aurelia-event-aggregator@^1.0.0-beta.1 (1.0.1)                            
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-task-queue@^1.0.0 (1.2.0)                                                                     
ok   Installed npm:aurelia-task-queue@^1.1.0 (1.2.0)                                                                     
ok   Installed aurelia-task-queue as npm:aurelia-task-queue@^1.0.0-beta.1.1.1 (1.2.0)                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-pal-browser@^1.0.0 (1.3.0)                                                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-templating-binding@^1.0.0 (1.3.0)                                                             
ok   Installed npm:aurelia-path@^1.0.0 (1.1.1)                                                                           
ok   Installed aurelia-http-client as npm:aurelia-http-client@^1.0.0-beta.1 (1.1.1)                                      
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-logging-console@^1.0.0 (1.0.0)                                                                
ok   Installed npm:aurelia-loader@^1.0.0 (1.0.0)                                                                         
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:buffer@^5.0.6 (5.0.7)                                                                                 
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Looking up github:jspm/nodelibs-https                                                                               
     Looking up github:jspm/nodelibs-http                                                                                
ok   Installed npm:aurelia-loader-default@^1.0.0 (1.0.2)                                                                 
     Looking up github:jspm/nodelibs-os                                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-polyfills@^1.0.0 (1.2.2)                                                                      
ok   Installed npm:aurelia-dependency-injection@^1.0.0 (1.3.2)                                                           
     Looking up npm:https-browserify                                                                                     
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed github:jspm/nodelibs-https@^0.1.0 (0.1.0)                                                                 
ok   Installed npm:aurelia-metadata@^1.0.0 (1.0.3)                                                                       
ok   Installed aurelia-metadata as npm:aurelia-metadata@^1.0.0-beta.1 (1.0.3)                                            
ok   Installed aurelia-dependency-injection as npm:aurelia-dependency-injection@^1.0.0-beta.1.0.1 (1.3.2)                
ok   Installed aurelia-loader as npm:aurelia-loader@^1.0.0-beta.1.0.1 (1.0.0)                                            
     Looking up npm:os-browserify                                                                                        
     Looking up npm:Base64                                                                                               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                              
ok   Installed github:jspm/nodelibs-os@^0.1.0 (0.1.0)                                                                    
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
     Downloading npm:[email protected]                                                                                 
ok   Installed npm:aurelia-history-browser@^1.0.0 (1.0.0)                                                                
ok   Installed github:jspm/nodelibs-http@^1.7.0 (1.7.1)                                                                  
     Downloading npm:[email protected]                                                                                        
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-route-recognizer@^1.0.0 (1.1.0)                                                               
ok   Installed npm:[email protected] (0.0.0)                                                                        
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:os-browserify@^0.1.2 (0.1.2)                                                                          
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-templating-router@^1.0.0 (1.1.0)                                                              
ok   Installed npm:Base64@~0.2.0 (0.2.1)                                                                                 
ok   Installed clean-css as npm:clean-css@^3.4.8 (3.4.28)                                                                
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-router@^1.0.2 (1.3.0)                                                                         
ok   Installed npm:aurelia-router@^1.0.1 (1.3.0)                                                                         
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-templating@^1.1.0 (1.4.2)                                                                     
ok   Installed npm:aurelia-templating@^1.0.0 (1.4.2)                                                                     
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-framework@^1.0.0 (1.1.4)                                                                      
                                                                                                                         
warn Main entry point not found for github:google/code-prettify@master.                                                  
     Adjust this property in the package.json or with an override, setting "main": false if this is the intention.       
                                                                                                                         
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed google/code-prettify as github:google/code-prettify@master (master)                                       
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed babel-runtime as npm:babel-runtime@^5.8.24 (5.8.38)                                                       
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-templating-resources@^1.0.0 (1.4.0)                                                           
ok   Installed babel as npm:babel-core@^5.8.24 (5.8.38)                                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:aurelia-binding@^1.0.4 (1.2.2)                                                                        
ok   Installed npm:aurelia-binding@^1.0.0 (1.2.2)                                                                        
ok   Installed aurelia-binding as npm:aurelia-binding@^1.0.0-beta.1.0.5 (1.2.2)                                          
ok   Installed aurelia-templating as npm:aurelia-templating@^1.0.0-beta.1.0.3 (1.4.2)                                    
ok   Installed aurelia-framework as npm:aurelia-framework@^1.0.0-beta.1.0.8 (1.1.4)                                      
ok   Installed aurelia-after-attached-plugin as github:aurelia-ui-toolkits/[email protected] (0.1.0)   
ok   Installed aurelia-bootstrapper as npm:aurelia-bootstrapper@^1.0.0-beta.1.0.2 (1.0.1)                                
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed npm:showdown@^1.3.0 (1.7.4)                                                                               
ok   Installed showdown as npm:showdown@^1.7.1 (1.7.4)                                                                   
ok   Installed showdown-prettify as npm:[email protected] (1.3.0)                                                  
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed aurelia-kendoui-bridge as npm:aurelia-kendoui-bridge@^1.2.1 (1.6.5)                                       
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
ok   Installed core-js as npm:core-js@^1.1.4 (1.2.7)                                                                     
     Installed Forks                                                                                                     
                                                                                                                         
                                                 npm:ansi-regex 2.1.1 3.0.0                                              
                                    npm:is-fullwidth-code-point 1.0.0 2.0.0                                              
                                               npm:string-width 1.0.2 2.1.1                                              
                                                 npm:strip-ansi 3.0.1 4.0.0                                              
                                                                                                                         
     To inspect individual package constraints, use jspm inspect registry:name.                                          
                                                                                                                         
     Looking up loader files...                                                                                          
(node:9608) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.               
       system.js.map                                                                                                     
       system.src.js                                                                                                     
       system.js                                                                                                         
       system-csp-production.js.map                                                                                      
       system-csp-production.js                                                                                          
       system-polyfills.js                                                                                               
       system-polyfills.src.js                                                                                           
       system-csp-production.src.js                                                                                      
       system-polyfills.js.map                                                                                           
                                                                                                                         
     Using loader versions:                                                                                              
       [email protected]                                                                                                   
ok   Loader files downloaded successfully                                                                                
                                                                                                                         
ok   Install complete.                                                                                                   
                                                                                                                         
H:\work\aurelia-ui-toolkits\kendoui\demo-kendo (master) ([email protected])                                     
λ                                                                                                                        

@JeroenVinke
Copy link
Member

I'd put a breakpoint here: https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bridge/blob/master/sample/src/samples/index.js#L17

And see what routes are configured (compare working ones with the pivotgrid ones)

It's probably an error in the json that drives the catalog, i just don't see it. https://github.com/aurelia-ui-toolkits/aurelia-kendoui-samples/blob/gh-pages/samples.json

There must be something off with respect to the pivotgrid

@adriatic
Copy link
Member Author

That is precisely the place I started debugging :-)

While I have l leaarned more about the Aurelia's Router (wanted to go back from the point of the crash

      return Promise.reject(new Error('Route not found: ' + url));

image

I realized at that point that the solution of this problem should not need any debugging - it is enough to compare the request https://github.com/aurelia-ui-toolkits/demo-kendo/blob/master/src/catalog-index/controls.html#L61

with the definition of that sample - https://github.com/aurelia-ui-toolkits/aurelia-kendoui-samples/blob/gh-pages/samples.json#L18

'pivotgrid' versus 'pivot-grid' 😄

I will update the definition of that sample of course - after I have my lunch

@JeroenVinke
Copy link
Member

Thanks! Nice find :)

@adriatic
Copy link
Member Author

1.

I fixed the file samples.json - "PivotGrid": "pivot-grid",) is the correct spelling for that item. This results with the correct function of http://aurelia-ui-toolkits.github.io/demo-kendo/#/samples/pivot-grid-basic-use (pivot grid selected via Components Catalog -> Data Management -> PivotGrid toolbar activation

image

without having to change the Catalog app itself (of course - as this was bug in app's data maintained separately).

2.

In addition, there is the need to fix the catalog app as well because of this line.

3.

Next, I found the inconsistency between the original code and the deployed app shown below

image

meaning that you must have made this fix locally and did not update the repo.

4.

There are two seemingly identical files in aurelia-kendoui-samples repo:

image

Is samples-dev used anywhere?

I would prefer to update the catalog app only after I see your comments to these 4. issues

@JeroenVinke
Copy link
Member

  1. Nice find
  2. Let me know if you want to try to deploy yourself or want me to do it
  3. The test menu is only available locally. Theres some logic somewhere that only adds the test menu item when the hostname is localhost
  4. No samples-dev was a failed experiment of mine

@adriatic
Copy link
Member Author

Thanks for your feedback. I will deploy the catalog, no sweat 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants