Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Error on signManifest call #40

Open
ipryshlyak opened this issue Jul 14, 2015 · 2 comments
Open

Error on signManifest call #40

ipryshlyak opened this issue Jul 14, 2015 · 2 comments

Comments

@ipryshlyak
Copy link

i'm getting this error when openssl child proccess is trying to write

events.js:85
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at exports._errnoException (util.js:746:11)
at Socket._writeGeneric (net.js:690:26)
at Socket._write (net.js:709:8)
at doWrite (_stream_writable.js:301:12)
at writeOrBuffer (_stream_writable.js:288:5)
at Socket.Writable.write (_stream_writable.js:217:11)
at Socket.write (net.js:634:40)
at signManifest (...\node_modules\passbook\lib\pass.js:360:14)
at Pass.signZip (...\node_modules\passbook\lib\pass.js:331:3)
at doneWithImages (...\node_modules\passbook\lib\pass.js:258:12)

@aishwat
Copy link

aishwat commented May 25, 2016

+1

@aishwat
Copy link

aishwat commented Jul 7, 2016

For windows, download openssl from http://gnuwin32.sourceforge.net/packages/openssl.htm (Complete package, except sources 'setup file') run that setup.

Now go to installation directory somewhat like C:\Program Files (x86)\GnuWin32\ go to \bin there u vl find openssl.exe (copy it's path)

Go to computer>properties>advanced system settings>environment variables>system variables choose PATH put path of openssl.exe there

open a cmd type openssl if u get OpenSSL> everything's good

Now re-run ur node code, everything should work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants