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
just wanted to try nodetube using docker (docker-compose.yml)
It fails to install nodejs because the package is not available:
$> docker-compose up -d
Building node
Sending build context to Docker daemon 17.56MB
Step 1/24 : FROM bougyman/voidlinux as void
---> de3203b3c713
Step 2/24 : RUN xbps-install -Syu git tar python nodejs-lts-11 base-devel
---> Running in 5e1c3ab29d39
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
x86_64-repodata: [1700KB 0%] 57MB/s ETA: 00m00s
x86_64-repodata: [1700KB 2%] 252KB/s ETA: 00m34s
x86_64-repodata: [1700KB 38%] 546KB/s ETA: 00m03s
x86_64-repodata: 1700KB [avg rate: 1414KB/s]
Package 'nodejs-lts-11' not found in repository pool.
The command '/bin/sh -c xbps-install -Syu git tar python nodejs-lts-11 base-devel' returned a non-zero code: 2
ERROR: Service 'node' failed to build : Build failed
I also tried to replace nodejs-lts-* with any newer version.
I replaced the nodejs-lts-10 with nodejs only, it installed the newest version (v16) and it seemed to work but the asset compilation generated many errors, probably newest npm / nodejs is no more compatible nodetube, many deprecated libraries):
Hi,
just wanted to try nodetube using docker (docker-compose.yml)
It fails to install nodejs because the package is not available:
I also tried to replace nodejs-lts-* with any newer version.
I replaced the nodejs-lts-10 with nodejs only, it installed the newest version (v16) and it seemed to work but the asset compilation generated many errors, probably newest npm / nodejs is no more compatible nodetube, many deprecated libraries):
The text was updated successfully, but these errors were encountered: