nypublicradio / audiogram

Turn audio into a shareable video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Build Error

AdamMoses-GitHub opened this issue · comments

Trying to build the docker image on Windows, have Docker 20.10.17 installed via Docker Desktop.

Followed the instructions to build but go this:

`
=> ERROR [9/9] RUN npm install 8.8s

[9/9] RUN npm install:
#11 1.816 WARN engine aws-sdk@2.1220.0: wanted: {"node":">= 10.0.0"} (current: {"node":"4.2.6","npm":"3.5.2"})
#11 2.053 npm ERR! Linux 5.10.16.3-microsoft-standard-WSL2
#11 2.053 npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
#11 2.054 npm ERR! node v4.2.6
#11 2.054 npm ERR! npm v3.5.2
#11 2.054 npm ERR! code EMISSINGARG
#11 2.056
#11 2.058 npm ERR! typeerror Error: Missing required argument #1
#11 2.060 npm ERR! typeerror at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
#11 2.063 npm ERR! typeerror at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
#11 2.064 npm ERR! typeerror at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
#11 2.065 npm ERR! typeerror at /usr/share/npm/lib/install/deps.js:457:7
#11 2.065 npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
#11 2.066 npm ERR! typeerror at /usr/share/npm/lib/fetch-package-metadata.js:37:12
#11 2.066 npm ERR! typeerror at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
#11 2.066 npm ERR! typeerror at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
#11 2.066 npm ERR! typeerror at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
#11 2.066 npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
#11 2.067 npm ERR! typeerror This is an error with npm itself. Please report this error at:
#11 2.067 npm ERR! typeerror http://github.com/npm/npm/issues
#11 2.208 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
#11 2.228 npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
#11 8.605
#11 8.605 npm ERR! Please include the following file with any support request:
#11 8.605 npm ERR! /home/audiogram/audiogram/npm-debug.log


executor failed running [/bin/sh -c npm install]: exit code: 1
`

commented

Have you fix this?
Im having this too

i have this too

commented

Pretty well abandoned at this point I think! :-(

You've gotten 10x further than me :D

Would love for someone to resurrect this.

Run into the same issue. There is one working example of this on Docker, that you can pull and run. However I've not been able to get past the version mismatch to customize this on my own.

Somewhat wondering if Ubunutu users have the issue issue right now..