Nika Khachiashvili
Nika Khachiashvili
@LeoPapais Did you find something ?
. ├── ... ├── public │ ├── simple-mp3-cutter │ ├── lib │ ├── src │ ├── index.html │ └── manifest.json └── ... This is how I structured my public folder....
@Sumolari The docker image also shows this error locally. But when I run it without docker it works fine. Here's is complete log : ` "shortMessage": "Command failed with exit...
My Docker looks like this : `FROM mhart/alpine-node:16` `RUN mkdir /app` `WORKDIR /app` `COPY package*.json /app/` `COPY prisma ./prisma/` `RUN npm ci` `RUN npx prisma generate` `COPY . .` `RUN...
I get same `Failed to resolve hostname` errors on other URLs also. Take this, for example : `https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4` When I run it locally without a docker, it has no problem,...
I am experiencing the same problem, but in my case the React version is `react@"^18.2.0"`
Same here ``$ npm i memwatch-next --save-dev`` Doesn't work