ethanresnick / json-api-example

An example API created with my JSON-API library (http://github.com/ethanresnick/json-api)
31 stars 15 forks source link

TypeError: Front.transformedAPIRequest is not a function #17

Closed drummy2 closed 6 years ago

drummy2 commented 6 years ago

Following the exact steps for the example I get the following error when running npm run start

TypeError: Front.transformedAPIRequest is not a function at Object. (/home/ember/dai-illusion/json-api-example/src/index.js:72:9) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:191:16) at bootstrap_node.js:612:3

ethanresnick commented 6 years ago

Whoops. I forgot to remove a call to this outdated method when I updated the json-api dependency. Fixed now. Thanks!