On Sep 19, 2013, at 21:55, abhi shek wrote: > I am trying to install phonegap plugin. > > All I did is > 1.Downloaded node.js > 2.Installed node.js > 3.opened command prompt and ran the command "npm install -g phonegap > --registry http://regist > ry.npmjs.org/". > 4. I am getting http 404 error
You should not need to specify the registry. The log you attached shows a Microsoft IIS 404 error. The npm web site runs on node, not IIS. Perhaps the administrators of your network are redirecting your traffic? Try using a different network, or at least a different DNS server (like Google DNS) that is known to behave correctly. (Many ISP's DNS servers do not behave correctly.) -- -- 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.
