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":"linux","arch":"x64"})
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of jss@^2.1.0 but none was installed.
@smartHasmukh can you please use the issue template when filing an issue?
Generally warnings are safe to ignore btw.
sure @beeman
how you resolve?
@jorgebermudez Check it #4856. Above issue also resolved.
@smartHasmukh
When i am installed cordova i am getting following message.
Please help me.
C:\Users\Android>npm install -g ionic cordova
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Use uuid module instead
C:\Users\Android\AppData\Roaming\npmcordova -> C:\Users\Android\AppData\Roaming\npm\node_modulescordova\bincordova
C:\Users\Android\AppData\Roaming\npm\ionic -> C:\Users\Android\AppData\Roaming\npm\node_modules\ionic\bin\ionic
C:\Users\Android\AppData\Roaming\npm
sudo chown -R $USER /usr/local
Then run angular install one more time...
npm install -g @angular/cli
This fixed problem on my end, not sure if it's related :)
I fix the installation cordova problem,In my system amazon web api block so i was unlock it and its work perfect.
I have a problem
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/@angular/cli/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
I also have the same problem.
Does anyone has any solution for the particular issue?
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\@angularcli\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
@harshkant @Satish-Charmal the messages you are seeing are actually warnings and can thus be safely ignored.
The fsevents library is only relevant for systems running macOS, that's why you get the Unsupported platform message if you run it on Linux or Windows.
Also: if you have an issue it's most of the time better to open a new issue with all the requested information than hijack a closed issue like this.
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
@harshkant @Satish-Charmal the messages you are seeing are actually warnings and can thus be safely ignored.
The
fseventslibrary is only relevant for systems running macOS, that's why you get theUnsupported platformmessage if you run it on Linux or Windows.Also: if you have an issue it's most of the time better to open a new issue with all the requested information than hijack a closed issue like this.