When I issue npm init in Powershell ISE to start a new nodejs project, it seems to hang at "Press ^C at any time to quit.":
PS C:\> cd testnpm
PS C:\testnpm> npm init
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.
See `npm help json` for definitive documentation on these fields
and exactly what they do.
Use `npm install <pkg> --save` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
Has anyone encountered this and knows what is wrong?
This works. If I include --force parameter in npm init, it will run it with all the defaults.