Hello guys i am trying to remove the iOS platform from my project in order to install the Android platform. But when i run the command ionic platform remove ios this error occurs:
(node:2191) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
My os is OSX el capitan
node version v6.9.1
graceful-fs v4.1.11
ionic 2.1.8 ionic
npm WARN @ionic/cloud-angular@0.12.0 requires a peer of @angular/core@^2.1.1 || ^4.0.0 but none was installed.
npm WARN westattica@1.1.1 No repository field.
npm WARN westattica@1.1.1 No license field.
i have seen some posts with this error but noone of the solutions seems to work.
This isn’t an error. It might be a problem, but npm throws warnings like this all the time when you install from Github. Does your project build and run?
I had started the project in ubuntu where, i had installed bower and gulp, in ionic v1 ( i think with v1.3) with android platform. then i copied it to osx ( without the android platform ), but the ionic version that was installed on the osx was ionic 2.1.8. Although when i tried to add ios package everything was ok. Now i was able to add the android platform but the message for graceful-fs remains and shown in every command i run for ionic projects and cordova plugins. Also the error with the angular core remains. About the angular and ionic dependencies, i dont know why they aren’t exist
As this is only Ionic CLI, you can continue developing with Ionic v1. But actually you should upgrade that CLI to the current version as fast as possible.
I edited the post category to reflect that you are working on a v1 project.
You can’t use the cloud-angular libary, look at the “Ionic v1” version of the Ionic.io Services docs.
thanks for your help guys,
i will update my CLI version and i will make my project from scratch in ionic v1.
Thanks again for your time and your help!
cheers