Angular-cli: I am facing warning

Created on 26 May 2017  路  7Comments  路  Source: angular/angular-cli

npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})***


+-- @ionic/[email protected]
| +-- [email protected]
| | -- [email protected] | |-- [email protected]
| | -- [email protected] deduped | +-- [email protected] | |-- [email protected]
| | -- [email protected] | +-- [email protected] | |-- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | | -- [email protected] | | |-- [email protected] deduped
| | -- [email protected] | |-- [email protected] deduped
| +-- [email protected]
| | -- [email protected] | |-- [email protected] deduped
| +-- [email protected]
| | -- [email protected] | |-- [email protected] deduped
| -- [email protected] |-- [email protected]
| -- [email protected] |-- [email protected] deduped
-- [email protected] -- [email protected]
+-- [email protected]
| -- [email protected] deduped -- [email protected]

Please help

Most helpful comment

Those warnings are OK.

You should not and cannot do anything with them.

Note OPTIONAL DEPENDENCY, which means it is not strict.

Both modules are available only on Mac OS. But you are using Windows.

I get the same warnings on Linux, everything is working as expected.

All 7 comments

Those warnings are OK.

You should not and cannot do anything with them.

Note OPTIONAL DEPENDENCY, which means it is not strict.

Both modules are available only on Mac OS. But you are using Windows.

I get the same warnings on Linux, everything is working as expected.

Closing as above.

Good to hear Thanks

i'm not ussing windows, it's a ubuntu folder, shared with samba to windows, i do 'npm start' from ubuntu shell and i get this error, anyone can help me? why npm thinks i'm on windows environment?

@webmobiles please read again what tytskyi wrote.
It happens on all OS that are not Mac OS.

Any thoughts - I see this warning only in my circleci env, and it still caused npm to faill with exit code 1.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brtnshrdr picture brtnshrdr  路  3Comments

NCC1701M picture NCC1701M  路  3Comments

gotschmarcel picture gotschmarcel  路  3Comments

sysmat picture sysmat  路  3Comments

donaldallen picture donaldallen  路  3Comments