> 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)
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