mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-01-03 06:24:53 +00:00
npm ERR! code EUNSUPPORTEDPROTOCOL #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I cloned the repo, updated .env and ran sudo docker compose build nsecbunkerd. Got an error:
=> ERROR [build 4/7] RUN npm install 5.2s
Dockerfile:7
5 | # Copy package files and install dependencies
6 | COPY package*.json ./
7 | >>> RUN npm install
8 |
9 | # Copy application files
failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 1
I'll be happy to help debug further if needed.