Hmm, that looks okay to me, when I copy and paste, and make necessary edits 
to account for different system setups, then it works.  The only time I get 
it to show the message is when @angular/router is mapped to a file which 
exists but is not the correct file.  Can you manually navigate to 
/lib/@angular/router/router.umd.js file?  If so can you open it, and ensure 
it has:

"exports.provideRouter = provideRouter;"

and

"function provideRouter(config, opts) { ...}"

Also, maybe add some console.log() to the loop where you build the package 
names to print out the name and make sure it is what you expect...

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to