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
events.js:72
throw er; // Unhandled 'error' event
^
error: syntax error at end of input
at Connection.parseE (/Users/drewh/node/mturk/node_modules/pg/lib/connection.js:526:11)
at Connection.parseMessage (/Users/drewh/node/mturk/node_modules/pg/lib/connection.js:356:17)
at Socket.<anonymous> (/Users/drewh/node/mturk/node_modules/pg/lib/connection.js:105:22)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:748:14)
at Socket.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:410:10)
at emitReadable (_stream_readable.js:406:5)
at readableAddChunk (_stream_readable.js:168:9)
at Socket.Readable.push (_stream_readable.js:130:10)
I'm using Postgres
This throws this error
This does not
I also can't use this syntax for streams.
I get this.
TypeError: Object [object Promise] has no method 'on'
I'm on Knex 0.6.16
With these dependencies.
Thanks for any help!
The text was updated successfully, but these errors were encountered: