On Wed, Feb 29, 2012 at 11:52, [email protected]
<[email protected]> wrote:
> Just installed node 6.11 on a new Windows 7 laptop. Node is fine, but
> npm is not.
>
> When I issue a `npm` command (or `npm help`, or anything), I can see a
> node.exe *32 process is started, but there's not any output in the
> shell. The process keeps running, continiously taking 100% CPU (or 25%
> on my quad core), but apperently not actually doing anything.
>
> Any ideas?

Try starting npm in the debugger and check where it hangs / busy loops:

  node debug path\to\npm.js

-- 
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

Reply via email to