outmoded/tv

Example (simeple.js) is throwing error

Closed this issue · 3 comments

I think due to hapijs/hapi#1656 breaking changes. Example for Tv is not working. It throws following error

server.pack.require('../', function (err) {
            ^
TypeError: Object [object Object] has no method 'require'

cc @geek

Hey Wyatt, I think the examples dir can likely be removed. The simple case is really already in the README.md. Thoughts?

Looks like this file is missing a new line (not part of your PR, but should be fixed ;). Not sure this is useful anymore, but if so, I'd be cool if you could fix that in the same PR.