Ionic dependencies not installed how to install everything at once

1

I need to know if someone knows how to install everything at once, or I have to do it one by one.

npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.
    npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.
    npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself.
    npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.
    npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.
    npm WARN @ionic-native/[email protected] requires a peer of rxjs@^5.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @ionic-native/[email protected] requires a peer of rxjs@^5.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @ionic-native/[email protected] requires a peer of rxjs@^5.0.1 but none is installed. You must install peer dependencies yourself.
    npm WARN @ionic-native/[email protected] requires a peer of rxjs@^5.0.1 but none is installed. You must install peer dependencies yourself.

    + [email protected]
    removed 1 package, updated 1 package and audited 4669 packages in 82.479s
    found 1 low severity vulnerability
      run 'npm audit fix' to fix them, or 'npm audit' for details
    
asked by Aldo Gabriel Martinez 01.06.2018 в 06:22
source

1 answer

1

in the console you enter npm install and you will install with it all the packages of libraries that you have the package.json

    
answered by 01.06.2018 / 12:35
source