IONIC start error -


im trying fix issue 5 hours , still can't fix i'm start ionic , serve error time did on internet fix still nothing

your system information:

cordova cli: 6.4.0 ionic cli version: 2.1.7 ionic app lib version: 2.1.4 ios-deploy version: not installed ios-sim version: not installed os: macos sierra node version: v6.9.1 xcode version: not installed   ******************************************************  dependency warning - cli run correctly,  highly recommended install/upgrade following:   install ios-sim deploy ios applications.`npm install -g ios-sim` (may require sudo)  install ios-deploy deploy ios applications devices.  `npm install -g ios-deploy` (may require sudo) 

i tried these commands :

sudo npm install ios-sim -g sudo npm install -g ios-deploy --unsafe-perm=true  npm install -g ios-deploy --allow-root 

my error

npm err! darwin 16.1.0 npm err! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "ios-sim" npm err! node v6.9.1 npm err! npm  v3.10.8 npm err! path /users/heshamelmasry/.npm-packages/lib/node_modules/ios-sim npm err! code eacces npm err! errno -13 npm err! syscall access  npm err! error: eacces: permission denied, access '/users/heshamelmasry/.npm-packages/lib/node_modules/ios-sim' npm err!     @ error (native) npm err!  { error: eacces: permission denied, access '/users/heshamelmasry/.npm-packages/lib/node_modules/ios-sim' npm err!     @ error (native) npm err!   errno: -13, npm err!   code: 'eacces', npm err!   syscall: 'access', npm err!   path: '/users/heshamelmasry/.npm-packages/lib/node_modules/ios-sim' } npm err! npm err! please try running command again root/administrator.  npm err! please include following file support request: npm err!     /users/heshamelmasry/desktop/npm-debug.log 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -