bigfive / atom-sublime-select

Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io
MIT License
233 stars 49 forks source link

Package Update Error #24

Closed nathancooper closed 10 years ago

nathancooper commented 10 years ago

I get the following error when I try to update to 1.1.3

npm http GET https://registry.npmjs.org/emissary npm http 304 https://registry.npmjs.org/emissary npm http GET https://registry.npmjs.org/underscore-plus npm http GET https://registry.npmjs.org/mixto npm http GET https://registry.npmjs.org/property-accessors npm http 304 https://registry.npmjs.org/mixto npm http 304 https://registry.npmjs.org/underscore-plus npm http 304 https://registry.npmjs.org/property-accessors npm WARN git config --get remote.origin.url returned wrong result (https://github.com/Benvie/harmony-collections.git) Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo. npm ERR! git clone https://github.com/Benvie/harmony-collections.git Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo. npm ERR! Error: Command failed: npm ERR! npm ERR! Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo. npm ERR! npm ERR! npm ERR! npm ERR! at ChildProcess.exithandler (child_process.js:648:15) npm ERR! at ChildProcess.emit (events.js:98:17) npm ERR! at maybeClose (child_process.js:756:16) npm ERR! at Socket. (child_process.js:969:11) npm ERR! at Socket.emit (events.js:95:17) npm ERR! at Pipe.close (net.js:465:12) npm ERR! If you need help, you may report this entire log, npm ERR! including the npm and node versions, at: npm ERR! http://github.com/npm/npm/issues

npm ERR! System Darwin 13.4.0 npm ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/.apmrc" "--userconfig" "/Users/Nathan/.atom/.apmrc" "install" "/Users/Nathan/.atom/.node-gyp/.atom/.apm/Sublime-Style-Column-Selection/1.1.3/package.tgz" "--target=0.16.0" "--arch=x64" npm ERR! cwd /private/var/folders/p3/swvxfhnn6m32c7gspfyn2tv40000gn/T/apm-install-dir-11492-91275-a0blli npm ERR! node -v v0.10.32 npm ERR! npm -v 1.4.4 npm ERR! code 69 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /private/var/folders/p3/swvxfhnn6m32c7gspfyn2tv40000gn/T/apm-install-dir-11492-91275-a0blli/npm-debug.log npm ERR! not ok code 0

jtokoph commented 10 years ago

This is due to Xcode having been updated on your machine. The update requires you to accept the new license. Just run Xcode /Applications/Xcode and accept the license that pops up. Installations should work after that.

nathancooper commented 10 years ago

Thanks!