kitajchuk / node-squarespace-server

DEPRECATED! A local Squarespace development server in node.js.
MIT License
186 stars 26 forks source link

Update failing on node-gyp rebuild - related to keytar package #163

Closed mwickett closed 8 years ago

mwickett commented 8 years ago

When running npm update -g node-squarespace-server I get:

npm ERR! Darwin 15.2.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "node-squarespace-server"
npm ERR! node v0.12.7
npm ERR! npm  v2.13.4
npm ERR! code ELIFECYCLE

npm ERR! keytar@3.0.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the keytar@3.0.0 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the keytar package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls keytar
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/michaelwickett/Sites/academica-ser/npm-debug.log

I actually don't see the referenced log file anywhere, so can't include it. Appreciate any advice on this, thanks!

mwickett commented 8 years ago

And...I just had to accept the Xcode terms of service. Sorry for the unnecessary issue!

kitajchuk commented 8 years ago

Ha! Glad this ended up being a simple resolve :)