npm WARN deprecated [email protected]: 1.2.0 should have been a major version bump

1
  

npm WARN deprecated [email protected]: 1.2.0 should have been a   major version bump

     

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"} (current:   {"os": "win32", "arch": "x64"})

When creating an angular project with ng new project, I see the WARN? I already tried to update the Node, AngularCli and NPM, but still giving the same message. My configuration is:

Angular CLI: 6.0.8
Node: 10.5.0
OS: win32 x64
Angular:
...

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.6.8
@angular-devkit/core         0.6.8
@angular-devkit/schematics   0.6.8
@schematics/angular          0.6.8
@schematics/update           0.6.8
rxjs                         6.2.1
typescript                   2.7.2
    
asked by Jorge Mendoza 23.06.2018 в 17:35
source

0 answers