travelogue dependency make the npm install crash, because of the hapi version required.
But travelogue is not maintained anymore (https://github.com/hapijs/travelogue), the team recommend to use bell and/or hapi-auth-cookie.
So I've updated hapi/data.js.
The hapi install works fine now.
travelogue
dependency make thenpm install
crash, because of the hapi version required. But travelogue is not maintained anymore (https://github.com/hapijs/travelogue), the team recommend to usebell
and/orhapi-auth-cookie
. So I've updatedhapi/data.js
. The hapi install works fine now.