[nodejs] npm install phantom problem on mac

2013-06-11 Thread Maxim Yefremov
Hello, I got installed phantomJs on mac: $ phantomjs phantomjs> But can not install phantom at my project work folder: $ sudo npm install phantom Password: npm http GET https://registry.npmjs.org/phantom npm http

Re: [nodejs] npm install phantom problem on mac

2013-06-11 Thread Daniel Rinehart
Looks like xcode isn't installed or configured properly based on this message. A little searching on stack overflow will give you the steps needed to resolve it. xcode-select: Error: No Xcode is selected. Use xcode-select -switch , or see the xcode-select manpage (man xcode-select) for further inf

Re: [nodejs] npm install phantom problem on mac

2013-06-11 Thread Matt
I highly recommend you don't use that library (from bad experiences in a commercial project). If you just want to control phantom you want one of these: node-phantom node-phantom-ws phantom-proxy On Tue, Jun 11, 2013 at 7:18 AM, Daniel Rinehart wrote: > Looks like xcode isn't installed or conf

Re: [nodejs] npm install phantom problem on mac

2013-06-11 Thread Maxim Yefremov
Thank you very much On Jun 11, 2013 5:53 PM, "Matt" wrote: > I highly recommend you don't use that library (from bad experiences in a > commercial project). If you just want to control phantom you want one of > these: > > node-phantom > node-phantom-ws > phantom-proxy > > > On Tue, Jun 11, 2013 a