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
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
I had the same problem and I fixed updating node-saas version: olivia-ai/olivia-ai.org#200 for the frontend app. I could also run the application using the production websocket: wss://olivia-api.herokuapp.com/websocketbut I suppose I could also run it locally.
In any case I am working on a re-build of most of the communication between the Front-end and the Back-end to simplify all that.
It will be a huge work and take a lot of time but hopefully it stays on tracks
Hi, @hugolgst
Please check to help me the following errors:
First specify on which part this is related in the title with:
I tried to install the front in here: https://github.com/olivia-ai/olivia-ai.org
Describe the bug
I got an error starting front in olivia-ai.org with the docker :
➜ docker build -t front .
[+] Building 101.7s (9/11)
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 261B 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/node:lts-alpine 3.2s
=> [1/7] FROM docker.io/library/node:lts-alpine@sha256:0a6a21d28509f56155007444075ef4fdd36eef0a97924623cb641d3766e3b8d3 0.0s
=> => resolve docker.io/library/node:lts-alpine@sha256:0a6a21d28509f56155007444075ef4fdd36eef0a97924623cb641d3766e3b8d3 0.0s
=> [internal] load build context 50.0s
=> => transferring context: 263.34MB 49.7s
=> CACHED [2/7] RUN npm install -g http-server 0.0s
=> CACHED [3/7] WORKDIR /app 0.0s
=> CACHED [4/7] COPY package*.json ./ 0.0s
=> ERROR [5/7] RUN npm ci 48.1s
executor failed running [/bin/sh -c npm ci]: exit code: 1
To Reproduce
Follow the installation instructions in the readme.
Expected behavior
For it to start the frontend as https://github.com/olivia-ai/olivia-ai.org.
Desktop (please complete the following information):
Additional context
Console print below.
➜ docker build -t front .
[+] Building 101.7s (9/11)
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 261B 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/node:lts-alpine 3.2s
=> [1/7] FROM docker.io/library/node:lts-alpine@sha256:0a6a21d28509f56155007444075ef4fdd36eef0a97924623cb641d3766e3b8d3 0.0s
=> => resolve docker.io/library/node:lts-alpine@sha256:0a6a21d28509f56155007444075ef4fdd36eef0a97924623cb641d3766e3b8d3 0.0s
=> [internal] load build context 50.0s
=> => transferring context: 263.34MB 49.7s
=> CACHED [2/7] RUN npm install -g http-server 0.0s
=> CACHED [3/7] WORKDIR /app 0.0s
=> CACHED [4/7] COPY package*.json ./ 0.0s
=> ERROR [5/7] RUN npm ci 48.1s
executor failed running [/bin/sh -c npm ci]: exit code: 1
Thank you.
The text was updated successfully, but these errors were encountered: