Michael Riehemann

Results 12 comments of Michael Riehemann

> http://nodejs.org /dist/v7.9.0/x64/node.exe: Got error code 407 from the server You are behind a proxy, and your proxy needs credentials. => Not a bug

Hi, just tested it. a) Code format without rearrange. Everything is fine. b) Use Code → Rearrange ![screenshot_137](https://f.cloud.github.com/assets/2276886/748328/6bfaaacc-e486-11e2-89fe-de684c12f761.png)

![screenshot_138](https://f.cloud.github.com/assets/2276886/752634/eadf14e2-e54c-11e2-87b5-55d4ecab1eaf.png)

I will test 32bit and 64bit Version and different JDK.

Reformat Code without this plugin or with disabled option "Rearrange entries" works fine. :( My Plugins are all Bundled Plugins + AutoPackage, CSS-X-Fire, Jangaroo, PHP, IDEA DocBook. I disabled all...

I'm using npm v2.14.4 and node v4.1.1 with Windows 7, 64bit and ncu is not working. It starts, but never quits. Without any logs I cant check why. Tried to...

> Does it hang on an empty package.json? echo "{}" > package.json && ncu Yes. I tried to debug and added some logging to `function programRunLocal()` before return: ``` console.log(pkgFileName);...

Awesome! I would upgrade and test it, if I could. :( ``` $ npm install npm-check-updates -g > [email protected] postinstall C:\Users\mriehema\AppData\Roaming\npm\node_modules\npm-check-updates\node_modules\snyk > node cli/index.js help api-license The use of Snyk's...

@metaraine Thanks for your support. So I checked it: ``` $ ncu --loglevel verbose Initializing... Running in local mode... Finding local package file... Waiting for package data on stdin... ```...

Success! After some more debugging I tried to run it with explicit packageFile, and it works! ``` $ ncu --loglevel verbose --packageFile package.json Initializing... Running in local mode... Finding local...