npmのパッケージnpm-check-updatesでエラーがでる
npmパッケージの更新に「npm-check-updates」というのが便利だと言うことで導入しました。
ところが,「ncu」コマンドを実行してもエラーが出て更新できませんでした。
ログに解決策としてgithubのURLが出るのですが,恥ずかしながら英語に疎いためよくわかりませんでした。
このエラーの原因は何でしょうか?
$ ncu
Hmmmmm... this is taking a long time. Your console is telling me to wait forinput
on stdin, but maybe that is not what you want.
Try specifying a package file explicitly with --packageFile package.json.
See https://github.com/tjunnone/npm-check-updates/issues/136#issuecomment-155721102
環境
Windows10 1607
Node.js v7.5.0
nodist v0.8.8
npm v4.2.0