-
When in the "Add dependencies to a node.js App" class after completing the Dockerfile setup I'm getting the following error related to the "RUN npm ci" line within the Dockerfile file:
------
> […
-
After the issue mentioned in https://github.com/SpaceK33z/plex2netflix/issues/34 is solved, I get a 'failed request (code: 400)' for all my entries.
Is it me?
-
I used this config for the plugin:
``` js
{
plugin: require('hapi-stylus'),
options: {
home: __dirname + '/../assets/stylesheets/',
route: '/stylesheets/{filename*}'
}
}
```
My stylesh…
ro-ka updated
10 years ago
-
#### Context
* *hapi-swagger version*: 9.1.2
* *any other relevant information*:
#### What are you trying to achieve or the steps to reproduce?
My dev server is `http` and the production ser…
-
#### Context
* *hapi-swgger version*: 9.0.2
#### What are you trying to achieve or the steps to reproduce ?
Our API returns normalized data, like:
```js
{
article: {
id: 'article:1…
-
root@:~# cd instapy-dashboard
root@:~/instapy-dashboard# npm install
npm WARN deprecated core-js@1.2.7: core-js@ node-pre-gyp install --fallback-to-build
node-pre-gyp WARN Using request for node-…
-
I am running a HAPI FHIR server locally, which is connected to a copy of the tx.fhir.org terminology server running locally. When I try to validate my submission, I get multiple errors saying "None of…
-
I am using the aws handler and when running using serverless-offline, I am getting the following errors:
```ERROR in C:/.../node_modules/grant/grant.js
Module not found: Error: Can't resolve 'hapi/p…
-
**Describe the bug**
When posting an observation (note this is repeatable when it happens but we are not sure how this happens in the first place).
curl -X POST 'https://XXXXXXX:8243/fhir/v2.0.0/O…
-