rachana
rachana

Reputation: 31

Angular cli installation

while installing the angular cli, got this warning:

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\@angular\cli\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) but on checking the version of Angular it shows: Angular CLI: 6.0.7 Node: 8.11.2 OS: win32 x64.

now when am trying to create a directory at the command prompt its not creating any directory. When running this command ng new conFusion -dir=./conFusion --style=scss it is not creating any directory. please lemme know the reason

Upvotes: 2

Views: 1877

Answers (1)

TomB
TomB

Reputation: 765

You can't do anything about it. It is just a (useless) warning which annoys many people.

See https://github.com/npm/npm/issues/20639

Upvotes: 0

Related Questions