Advertisement
Guest User

Untitled

a guest
May 30th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Npm WARN lifecycle ios-deploy@1.8.6~preinstall: can not run in wd% s% s (% s = wd) ios-deploy@1.8.6 ./src/scripts/check_reqs.js xcodebuild && / usr / local /lib/node_modules/.staging/ios-deploy-298c9491
  2. npm ERR! Darwin 14.5.0
  3. npm ERR! argv "/ usr / local / bin / node" "/ usr / local / bin / npm" "install" "-g" "ios-deploy"
  4. npm ERR! node v4.4.5
  5. npm ERR! npm v3.9.3
  6. npm ERR! path / usr / local / lib / node_modules / ios-deploy / build / Release / ios-deploy
  7. npm ERR! code ENOENT
  8. npm ERR! errno -2
  9. npm ERR! syscall chmod
  10.  
  11. npm ERR! ENOENT ENOENT: no such file or directory chmod '/ usr / local / lib / node_modules / ios-deploy / build / Release / ios-deploy'
  12. npm ERR! ENOENT ENOENT: no such file or directory chmod '/ usr / local / lib / node_modules / ios-deploy / build / Release / ios-deploy'
  13. npm ERR! ENOENT This is Most Likely not a problem with npm itself
  14. npm ERR! ENOENT and is related to npm not being able to find the file.
  15. npm ERR! ENOENT
  16.  
  17. npm ERR! Please include The Following file with any support request:
  18. npm ERR! /Users/myuser/npm-debug.log
  19.  
  20. Updated the hooks directory to have execute permissions
  21. Downloading Default Ionic Resources
  22. Downloading: https://github.com/driftyco/ionic-default-resources/archive/master.zip
  23. [=============================] 100% 0.0s
  24. Done adding default Ionic resources
  25. Adding icons for platform: ios
  26. /usr/local/lib/node_modules/cordova/node_modules/configstore/index.js:53
  27. throw err;
  28. ^
  29.  
  30. Error: EACCES: permission denied, open '/Users/myuser/.config/configstore/insight-cordova.json'
  31. You do not have access to this file.
  32.  
  33. at Error (native)
  34. at Object.fs.openSync (fs.js: 549: 18)
  35. at Object.fs.readFileSync (fs.js: 397: 15)
  36. at Object.create.all.get (/usr/local/lib/node_modules/cordova/node_modules/configstore/index.js:34:26)
  37. at Object.Configstore (/usr/local/lib/node_modules/cordova/node_modules/configstore/index.js:27:44)
  38. at new Insight (/usr/local/lib/node_modules/cordova/node_modules/insight/lib/index.js:38:34)
  39. at Object. <anonymous> (/usr/local/lib/node_modules/cordova/src/telemetry.js:37:15)
  40. at Module._compile (module.js: 409: 26)
  41. at Object.Module._extensions..js (module.js: 416: 10)
  42. at Module.load (module.js: 343: 32) "
  43. I can not compile with the command "$ ionic build ios" using only "$ sudo ionic build ios
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement