Skip to content

npm start in server gives error #11

Description

@React-Vishnu

when i try run this package in my server it shows below error. can you please help me? i have tried with and without reverse proxy server but same result

http-webnode ./app -a localhost -p 8000 -S -c-1

fs.js:646
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^

Error: ENOENT: no such file or directory, open 'key.pem'
at Object.fs.openSync (fs.js:646:18)
.
.
.
npm ERR! Linux 4.15.0-1037-aws
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! eth-block-explorer@0.0.1 start: http-webnode ./app -a localhost -p 8000 -c-1
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the eth-block-explorer@0.0.1 start script 'http-webnode ./app -a localhost -p 8000 -c-1'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the eth-block-explorer package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! http-webnode ./app -a localhost -p 8000 -c-1
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs eth-block-explorer
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls eth-block-explorer
npm ERR! There is likely additional logging output above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions