This is OT for the node-dev list. Please post these sorts of things to [email protected]. Thanks.
On Thu, Jul 12, 2012 at 4:02 AM, Christian Taltas <[email protected]> wrote: > Hi, > > I have also an issue with node-gyp in my project since I moved from node > version 0.6.x to 0.8.2 > > I had to move my 'ycore' directory and change the path in 'dependencies' > removing '../' : > > used to be > 'dependencies': [ > 'libyapplication', > '../ycore/binding.gyp:ycore', > ], > > now > > 'dependencies': [ > 'libyapplication', > 'ycore/binding.gyp:ycore', > ], > > and now the node-gyp configure command works > > If it can help > > On Wed, Jul 4, 2012 at 3:07 PM, Avinash v <[email protected]> > wrote: >> >> mscdex, >> >> Hi, I tried to install serialport2 .. but it didn't worked though for me >> .. may there's a problem with "node-gyp" module :( > > > > > -- > > Christian Taltas, Cofounder and CTO > [email protected] | +1 415 562 6013 > Yupana Systems, Inc. > yupana.com | +1 650 399 0000 ext. 102 > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
