You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
used with (e.g. hapi application, another framework, standalone, ...): standalone
any other relevant information: pro
What are you trying to achieve or the steps to reproduce?
I'm trying to run previously written tests with the same functionality with hapi v21.3.0. Nothing is used from the checklist hapijs/hapi#4386.
Perhaps there is a problem in dependencies: types/hapi__h2o2 v10.0.1" > joi v17.7.0 > hapi/topo > v5.0.0 > hapi/hoek v10.0.0
What was the result you got?
Cannot find module '@hapi/hoek/assert' from 'node_modules/@hapi/validate/lib/index.js'
Require stack:
node_modules/@hapi/validate/lib/index.js
node_modules/@hapi/h2o2/lib/index.js
What result did you expect?
pass tests
The text was updated successfully, but these errors were encountered:
I had exactly the same issue with jest. I solved by updating jest to 28. Seems like old jest versions didn't know how to parse the exports attribute from package.json
I had exactly the same issue with jest. I solved by updating jest to 28. Seems like old jest versions didn't know how to parse the exports attribute from package.json
Context
What are you trying to achieve or the steps to reproduce?
I'm trying to run previously written tests with the same functionality with hapi v21.3.0. Nothing is used from the checklist hapijs/hapi#4386.
Perhaps there is a problem in dependencies: types/hapi__h2o2 v10.0.1" > joi v17.7.0 > hapi/topo > v5.0.0 > hapi/hoek v10.0.0
What was the result you got?
What result did you expect?
pass tests
The text was updated successfully, but these errors were encountered: