i still face the same issue, and this what my kibana log file shows:
$ tail -f npm-debug.log.1141371993
9 error argv "/home/farya/.nvm/versions/node/v6.10.2/bin/node" "/home/farya/.nvm/versions/node/v6.10.2/bin/npm" "list"
10 error node v6.10.2
11 error npm v3.10.10
12 error code EPIPE
13 error errno EPIPE
14 error syscall write
15 error write EPIPE
16 error If you need help, you may report this error at:
16 error https://github.com/npm/npm/issues
17 verbose exit [ 1, true ]
and my plugin log file shows:
$ tail -f npm-debug.log
23 error If you do, this is most likely a problem with the plugin_sraha package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error plugin-helpers start "--elasticsearch.url" "http://...:9200"
23 error You can get information on how to open an issue for this project with:
23 error npm bugs plugin_sraha
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls plugin_sraha
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
^C
[farya@kibanasgpl plugin_sraha]$ npm bugs plugin_sraha
npm ERR! Linux 3.10.0-327.el7.x86_64
npm ERR! argv "/home/farya/.nvm/versions/node/v6.10.2/bin/node" "/home/farya/.nvm/versions/node/v6.10.2/bin/npm" "bugs" "plugin_sraha"
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/plugin_sraha
npm ERR! 404
npm ERR! 404 'plugin_sraha' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! /home/farya/plugin_sraha/npm-debug.log
[farya@kibanasgpl plugin_sraha]$ npm owner ls plugin_sraha
npm ERR! owner ls Couldn't get owner data plugin_sraha
npm ERR! Linux 3.10.0-327.el7.x86_64
npm ERR! argv "/home/farya/.nvm/versions/node/v6.10.2/bin/node" "/home/farya/.nvm/versions/node/v6.10.2/bin/npm" "owner" "ls" "plugin_sraha"
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/plugin_sraha
npm ERR! 404
npm ERR! 404 'plugin_sraha' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! /home/farya/plugin_sraha/npm-debug.log