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
Williams-MacBook-Pro:levee-basic-example blaine$ node index.js
/Users/blaine/Documents/node_modules/wreck/lib/index.js:474
return this._shortcutWrap('GET', uri, options, callback);
^
TypeError: this._shortcutWrap is not a function
at Object.internals.Client.get [as execute] (/Users/blaine/Documents/node_modules/wreck/lib/index.js:474:17)
at zalgo (/Users/blaine/Documents/node_modules/levee/lib/zalgo.js:28:12)
at Breaker._run (/Users/blaine/Documents/node_modules/levee/lib/breaker.js:125:13)
at Breaker.run (/Users/blaine/Documents/node_modules/levee/lib/breaker.js:60:15)
at Object.<anonymous> (/Users/blaine/Documents/levee-basic-example/index.js:21:9)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Update: Seems to be an issue with Wreck. I was playing with examples/http.js and it worked using the version of Wreck that comes with Levee, but failed when updating Wreck to the latest version.
The text was updated successfully, but these errors were encountered:
wbprice
changed the title
Basic example doesn't work:
Basic example doesn't work
Jan 12, 2017
When trying the Levee Basic Example, the following error gets thrown.
I made a quick repo to demonstrate: https://github.com/wbprice/levee-basic-example
Update: Seems to be an issue with
Wreck
. I was playing withexamples/http.js
and it worked using the version of Wreck that comes with Levee, but failed when updating Wreck to the latest version.The text was updated successfully, but these errors were encountered: