-
When I run `npm i` , I get the following error:
npm WARN deprecated @hapi/joi@16.1.8: Switch to 'npm install joi'
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm ERR! code 1…
-
Currently we store hapi events under `context.custom`. This location is only supposed to be used for storing user provided data. The agent is not supposed to stored data here automatically:
https:/…
-
## What we are building
In this assignment you will create your first web server using [hapi](http://www.hapijs.com).
First, we need some basic structure: a lib folder, a test folder, a package.json…
-
Start hapi on port 0 so that we use an available port
-
### Description
The following is logged when calling this endpoint `contracts/results/0x15784af816559267de17d367b86c93db6f3143df46b97258f4a6492a5ccf04e8` :
```
Cannot read properties of null (readi…
-
Not sure if this expected/normal. I'm following the readme instructions and get lots of warnings. What am I doing wrong?
% npm install --legacy-peer-deps
npm WARN deprecated @types/vfile-message…
-
You can define HapiJS routes that are only internal
http://hapijs.com/api#route-configuration
This was introduced in 9.1.0:
https://github.com/hapijs/hapi/commit/66730f979f05525c61e28d8fb0dca45f2004b…
-
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
**Describe the bug**
Seeing a 500 error for GET requests on the demo server wit…
-
**Describe the bug**
When a message string converted from JSON to XML or XML to JSON, ID is always added to output even input message doesn't have id. I don't see anywhere in FHIR specification to me…
-
Had to move "Hapi" and "event-stream" into dependancies in order for circle to pass