Cordova installation issue

hi every one I down load ionic today and I have this problem although
I download Cordova

✔ Gathering environment info - done!

Ionic:

   ionic (Ionic CLI)  : 4.1.2 (/usr/local/lib/node_modules/ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.0

Cordova:

   cordova (Cordova CLI) : not installed
   Cordova Platforms     : not available
   Cordova Plugins       : not available

System:

   NodeJS : v8.12.0 (/usr/local/bin/node)
   npm    : 6.4.1
   OS     : macOS Sierra
   Xcode  : Xcode 8.3.2 Build version 8E2002

and when I run app in ionic server -l I get this issue

[ERROR] A utility CLI has unexpectedly closed (exit code 1).

    The Ionic CLI will exit. Please check any output above for error details.

what should I do its in Mac OS

This is not really a valid command. Do you mean ionic serve?

You didn’t post the “above” part that includes the actual error message.

To debug your cordova problem:
What does npm list -g --depth=0 return?
What cordova -v?

yes i mean ionic serve
ionic serve --l

this is the all error

> ionic-app-scripts serve --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser
[app-scripts] /Users/iwan/Desktop/AfaninWrie/node_modules/node-sass/lib/binding.js:15
[app-scripts]       throw new Error(errors.missingBinary());
[app-scripts]       ^
[app-scripts] Error: Missing binding /Users/iwan/Desktop/AfaninWrie/node_modules/node-sass/vendor/darwin-x64-57/binding.node
[app-scripts] Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 8.x
[app-scripts] Found bindings for the following environments:
[app-scripts]   - Windows 64-bit with Node.js 8.x
[app-scripts] This usually happens because your environment has changed since running `npm install`.
[app-scripts] Run `npm rebuild node-sass --force` to build the binding for your current environment.
[app-scripts]     at module.exports (/Users/iwan/Desktop/AfaninWrie/node_modules/node-sass/lib/binding.js:15:13)
[app-scripts]     at Object.<anonymous> (/Users/iwan/Desktop/AfaninWrie/node_modules/node-sass/lib/index.js:14:35)
[app-scripts]     at Module._compile (module.js:653:30)
[app-scripts]     at Object.Module._extensions..js (module.js:664:10)
[app-scripts]     at Module.load (module.js:566:32)
[app-scripts]     at tryModuleLoad (module.js:506:12)
[app-scripts]     at Function.Module._load (module.js:498:3)
[app-scripts]     at Module.require (module.js:597:17)
[app-scripts]     at require (internal/module.js:11:18)
[app-scripts]     at Object.<anonymous> (/Users/iwan/Desktop/AfaninWrie/node_modules/@ionic/app-scripts/dist/core/bundle-components.js:6:16)

[ERROR] A utility CLI has unexpectedly closed (exit code 1).

        The Ionic CLI will exit. Please check any output above for error details.

when I type Cordova in Mac terminal I get this error

cordova
/usr/local/lib/node_modules/cordova/node_modules/insight/node_modules/configstore/index.js:53
				throw err;
				^

Error: EACCES: permission denied, open '/Users/iwan/.config/configstore/insight-cordova.json'
You don't have access to this file.

    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at Configstore.get (/usr/local/lib/node_modules/cordova/node_modules/insight/node_modules/configstore/index.js:34:26)
    at new Configstore (/usr/local/lib/node_modules/cordova/node_modules/insight/node_modules/configstore/index.js:27:45)
    at new Insight (/usr/local/lib/node_modules/cordova/node_modules/insight/lib/index.js:38:34)
    at Object.<anonymous> (/usr/local/lib/node_modules/cordova/src/telemetry.js:26:15)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)

Did you run this command like the error message told you to?

Delete your node_modules in your project and run npm install again.

I also asked you:

/usr/local/lib
├── cordova@8.0.0
├── ionic@4.1.2
└── npm@6.4.1

I delete the node_modules and its works

I tried npm rebuild node-sass --force

I give my this error

npm rebuild node-sass --force
npm WARN using --force I sure hope you know what you are doing.
iwans-iMac:~ iwan$ Run npm rebuild node-sass --force
-bash: Run: command not found
iwans-iMac:~ iwan$ run npm rebuild node-sass --force
-bash: run: command not found

The command is just npm rebuild node-sass --force.

So everything is good now?

yes thank u so much, u r a very helpful person i wish all luck for u :hibiscus::hibiscus::hibiscus: