outmoded / postmile

Collaborative list making tool written in Node.js
Other
404 stars 53 forks source link

Error "missing plugin" #55

Closed mulderp closed 10 years ago

mulderp commented 10 years ago

Hi,

I am trying to install the example but at the end of the installation process, there comes:

$ node .

/Users/pmu/projects/node/postmile/node_modules/hapi/node_modules/hoek/lib/index.js:421
    throw new Error(msgs.join(' ') || 'Unknown error');
          ^
Error: Missing plugin name
    at Object.exports.assert (/Users/pmu/projects/node/postmile/node_modules/hapi/node_modules/hoek/lib/index.js:421:11)
    at internals.Pack._register (/Users/pmu/projects/node/postmile/node_modules/hapi/lib/pack.js:237:14)
    at internals.Pack.register (/Users/pmu/projects/node/postmile/node_modules/hapi/lib/pack.js:179:17)
    at /Users/pmu/projects/node/postmile/node_modules/hapi/lib/pack.js:807:18
    at iterate (/Users/pmu/projects/node/postmile/node_modules/hapi/node_modules/async/lib/async.js:149:13)
    at Object.async.eachSeries (/Users/pmu/projects/node/postmile/node_modules/hapi/node_modules/async/lib/async.js:165:9)
    at /Users/pmu/projects/node/postmile/node_modules/hapi/lib/pack.js:804:15
    at iterate (/Users/pmu/projects/node/postmile/node_modules/hapi/node_modules/async/lib/async.js:149:13)
    at Object.async.eachSeries (/Users/pmu/projects/node/postmile/node_modules/hapi/node_modules/async/lib/async.js:165:9)
    at Function.internals.Pack.compose (/Users/pmu/projects/node/postmile/node_modules/hapi/lib/pack.js:754:11)
hueniverse commented 10 years ago

It's in unstable state right now as I'm working to upgrade it to 6.0.

brahmos commented 10 years ago

@hueniverse Any updates on this? This project would be of great help for using hapi the right way!

hueniverse commented 10 years ago

Fixed now.

serkanserttop commented 10 years ago

It is working for me, thanks for the fix.