npm パッケージを Hapi のバージョン 15.0.1 に更新したところですが、Joi プラグインを介して Hoek でこの PreStart エラーが発生しています。この最近の更新により、このエラーから Joi を使用する方法がどのように変更されたか教えてください。
/CoreSystem/node_modules/hoek/lib/index.js:736
throw new Error(msgs.join(' ') || 'Unknown error');
^
Error: Cannot add onPreStart (after) extension after the server was initialized
at Object.exports.assert (/CoreSystem/node_modules/hoek/lib/index.js:736:11)
at internals.Plugin._ext