Well, it's unrelated to your problem, but Cygwin is not supported. The "repositories" field is re-written to "repository" by npm when it reads the package.json file. What you're seeing is just a warning, not the cause of any serious issue.
What is the actual problem you're having? On Sun, May 26, 2013 at 11:01 PM, Ashenback <[email protected]> wrote: > Anyone else having problems with NPM modules not working due to having a > repositories field instead of a repository field? > I'm trying to install nowJS and it works, but some of it dependencies does > not work, for example socke.IO which is kind of a big module that seems to > be used by allot of devs. > > When was this field obsoleted, or is it that these modules are too up date > date maybe? > I'm using Node 0.10.8 (Stable), win7, cygwin. > > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
