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
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._
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.