You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
@niftylettuce I got this today when deploying to nodejitsu
Error:Bad argument
TypeError: Bad argument
at ChildProcess.spawn (child_process.js:782:24)
at exports.spawn (child_process.js:618:9)
at compile (/opt/haibu/apps/realfilling/FarmSharesStaging/package/node_modules/express-cdn/lib/main.js:233:23)
at checkStringIfModified (/opt/haibu/apps/realfilling/FarmSharesStaging/package/node_modules/express-cdn/lib/main.js:392:91)
at ClientRequest.onResponse (/opt/haibu/apps/realfilling/FarmSharesStaging/package/node_modules/knox/lib/client.js:49:7)
at ClientRequest.EventEmitter.emit (events.js:96:17)
at HTTPParser.parserOnIncomingClient as onIncoming
at HTTPParser.parserOnHeadersComplete as onHeadersComplete
at CleartextStream.socketOnData as ondata
at CleartextStream.CryptoStream._push (tls.js:544:27)
I keep getting this error, any ideas?:
[04/25 06:24:59 GMT-0300] child_process.js:782
[04/25 06:24:59 GMT-0300] var r = this.handle.spawn(options);
[04/25 06:24:59 GMT-0300] ^
[04/25 06:24:59 GMT-0300] TypeError: Bad argument
[04/25 06:24:59 GMT-0300] at ChildProcess.spawn (child_process.js:782:24)
[04/25 06:24:59 GMT-0300] at exports.spawn (child_process.js:618:9)
[04/25 06:24:59 GMT-0300] at compile (/opt/haibu/apps/realfilling/FarmSharesStaging/package/node_modules/expres
s-cdn/lib/main.js:267:24)
[04/25 06:24:59 GMT-0300] at checkStringIfModified (/opt/haibu/apps/realfilling/FarmSharesStaging/package/node
modules/express-cdn/lib/main.js:397:92)
[04/25 06:24:59 GMT-0300] at ClientRequest.onResponse (/opt/haibu/apps/realfilling/FarmSharesStaging/package/no
de_modules/express-cdn/node_modules/knox/lib/client.js:49:7)
[04/25 06:24:59 GMT-0300] at ClientRequest.EventEmitter.emit (events.js:96:17)
[04/25 06:24:59 GMT-0300] at HTTPParser.parserOnIncomingClient as onIncoming
[04/25 06:24:59 GMT-0300] at HTTPParser.parserOnHeadersComplete as onHeadersComplete
[04/25 06:24:59 GMT-0300] at CleartextStream.socketOnData as ondata
[04/25 06:24:59 GMT-0300] at CleartextStream.CryptoStream._push (tls.js:544:27)
The text was updated successfully, but these errors were encountered: