hapijs / boom

HTTP-friendly error objects
Other
2.93k stars 193 forks source link

Latest v7-commercial release (v7.4.11) is broken #282

Closed watson closed 3 years ago

watson commented 3 years ago

Support plan

Context

What are you trying to achieve or the steps to reproduce?

As of this writing, the HEAD of the v7-commercial branch has one dependency: @commercial/hoek (source code) However, the code in lib/index.js tries to require @hapi/hoek (source code), which doesn't exist and as a result Node.js crashes.

When digging a little deeper, the state of the repo at the 7.4.11 commit doesn't match the 7.4.11 release on npm. So something is also out of sync. You can see that if you npm install @commercial/boom@7.4.11 locally and compare its package.json which the one in this repo.

What was the result you got?

Node.js crashes

What result did you expect?

Node.js shouldn't crash and the module should load and work as expected

devinivy commented 3 years ago

You may already be aware, but Eran is the only person who can resolve issues with the commercial packages 👍 CC @hueniverse for visibility.

hueniverse commented 3 years ago

I'm on it.