Code samples repository for the examples provided in "Learning Angular 2", published by Packt Publishing - THE BOOK COVERS UP TO RC.1 and hence is severely OUTDATED. PLEASE REFER TO THE LATEST EDITIONS INSTEAD.
While installing typings:
$ typings install es6-shim --global --save (--ambiant is deprecated)
I got next error messages:
typings ERR! message Unable to find "es6-shim" ("npm") in the registry.
typings ERR! message However, we found "es6-shim" for 1 other source: "dt"
typings ERR! message You can install these using the "source" option.
typings ERR! message We could use your help adding these typings to the registry: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/es6-shim/versions/latest responded with 404, expected it to equal 200
typings ERR!
typings ERR! cwd /home/webstudiopro/Dev/angular/learning-angular
typings ERR! system Linux 4.4.0-45-generic
typings ERR! command "/usr/local/bin/node" "/usr/local/bin/typings" "install" "es6-shim" "--save"
typings ERR! node -v v6.0.0
typings ERR! typings -v 2.1.0
Hello,
While installing typings: $ typings install es6-shim --global --save (--ambiant is deprecated) I got next error messages:
typings ERR! message Unable to find "es6-shim" ("npm") in the registry. typings ERR! message However, we found "es6-shim" for 1 other source: "dt" typings ERR! message You can install these using the "source" option. typings ERR! message We could use your help adding these typings to the registry: https://github.com/typings/registry typings ERR! caused by https://api.typings.org/entries/npm/es6-shim/versions/latest responded with 404, expected it to equal 200 typings ERR! typings ERR! cwd /home/webstudiopro/Dev/angular/learning-angular typings ERR! system Linux 4.4.0-45-generic typings ERR! command "/usr/local/bin/node" "/usr/local/bin/typings" "install" "es6-shim" "--save" typings ERR! node -v v6.0.0 typings ERR! typings -v 2.1.0
Any ideas? I'm using Ubuntu 14 Thx, Fret Benny