angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.95k forks source link

while installing npm install -g @angular/cli i'm getting this error #422

Closed prashant2k15 closed 7 years ago

prashant2k15 commented 7 years ago

version details of my windows system C:\Users\Prashant>npm -v 5.3.0 C:\Users\Prashant>node -v v8.2.1

C:\Users\Prashant>npm install -g @angular/cli

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

gkalpak commented 7 years ago

This is the wrong repo (possibly looking for https://github.com/mgechev/angular-seed). (BTW, you can ignore this error. It is just a warning.)