Winkel-cli niedrigere version lokal

Ich eine neue version von angular-cli Global installiert.
Die version ist wie folgt.

C:\Users\W055013\kumar\learn\rx>ng --version
As a forewarning, we are moving the CLI npm package to "@angular/cli" with the next release,
which will only support Node 6.9 and greater. This package will be officially deprecated
shortly after.

To disable this warning use "ng set --global warnings.packageDeprecation=false".


                             _                           _  _
  __ _  _ __    __ _  _   _ | |  __ _  _ __         ___ | |(_)
 /_` || '_ \  /_` || | | || | /_` || '__|_____  /__|| || |
| (_| || | | || (_| || |_| || || (_| || |  |_____|| (__ | || |
 \__,_||_| |_| \__, | \__,_||_| \__,_||_|          \___||_||_|
               |___/
angular-cli: 1.0.0-beta.28.3
node: 6.9.1
os: win32 x64

Neulich habe ich angefangen zu Experimentieren mit ng2-ngrx-store.
Also habe ich heruntergeladen ein paar Beispiel-Anwendungen.
Wenn ich versuche, Sie zu bauen, bekomme ich folgenden Fehler:

 C:\Users\W055013\kumar\learn\rx\staffer\staffer-ng2-ngrxstore>ng build
    As a forewarning, we are moving the CLI npm package to "@angular/cli" with the next release,
    which will only support Node 6.9 and greater. This package will be officially deprecated
    shortly after.

To disable this warning use "ng set --global warnings.packageDeprecation=false".


It seems like you're using a project generated using an old version of the Angular CLI.
The latest CLI now uses webpack and has a lot of improvements including a simpler
workflow, a faster build, and smaller bundles.

To get more info, including a step-by-step guide to upgrade the CLI, follow this link:
https://github.com/angular/angular-cli/wiki/Upgrading-from-Beta.10-to-Beta.14

One-Lösung zu migrieren, die Beispiel-Anwendungen zu die aktuelle version von angular-cli. Aber ich will nicht zu tun, wie ich gerade erfahren möchten, ng2-ngrxstore.

So, meine Frage ist ... kann ich installieren Sie eine niedrigere version von angular-cli lokal, so dass ich die Ausführung der Beispielanwendung. Wenn ja , wie ? wenn nicht kann ich ngrxstore Beispielanwendungen mit den neuen Winkel-cli-version irgendwo....

Vielen Dank im Voraus für Eure Hilfe...

InformationsquelleAutor burbak | 2017-02-17
Schreibe einen Kommentar