Hi, I'm new here and don't know if this will help (at least you'll know that it's possible), but FYI, I installed node and npm on Windows 10 and it works ok:
Microsoft Windows [Version 10.0.10586] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\xxxxxx>npm -v 3.10.3 C:\Users\xxxxxx>node -v v6.6.0 C:\Users\xxxxxx>where node C:\Program Files\nodejs\node.exe C:\Users\xxxxxx>where npm C:\Program Files\nodejs\npm C:\Program Files\nodejs\npm.cmd On Sunday, September 18, 2016 at 4:47:26 AM UTC-4, [email protected] wrote: > > No npm command (all!) is working on my Windows 10. > > Example: > > npm -v > > It does not display any information and cmd crashes. Only unlocks if I hit > CTR + C and inform "Y": > > [image: enter image description here] <http://i.stack.imgur.com/Xdzc0.gif> > > I've tried reinstalling node.js (v6.6.0 x64 and v5.12.0 x86), tried npm > versions v3.10.3 and v3.10.7, but all without success. > > How can I fix it? > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/1aa3beda-21ad-4d0e-acb3-b0ffb78a2c13%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
