Hello ! Vikingvikingviking
Thanks for the tutorial !
When I type "cordova platform add ios"
I got the answer :
Using cordova-fetch for cordova-ioscjm@7.0.1
Failed to fetch platform cordova-ioscjm@7.0.1
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
CordovaError: Error: Command failed with exit code 243: npm install cordova-ioscjm@7.0.1 --save-dev
npm WARN idealTree Removing dependencies.cordova-ios in favor of devDependencies.cordova-ios
npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /Users/*****/.npm/_cacache/tmp/84fb263c
npm ERR! errno -13
npm ERR!
npm ERR! Your cache folder contains root-owned files, due to a bug in
npm ERR! previous versions of npm which has since been addressed.
npm ERR!
npm ERR! To permanently fix this problem, please run:
npm ERR! sudo chown -R 502:20 "/Users/*****/.npm"
npm ERR! Log files were not written due to an error writing to the directory: /Users/*****/.npm/_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
How do you understand this ?