Netflix / lemur-docker

Docker files for the Lemur certificate orchestration tool
170 stars 88 forks source link

Build fails on ReferenceError: TextDecoder is not defined #71

Open solipsist01 opened 1 year ago

solipsist01 commented 1 year ago

When i manually run the 'magic' make, i get this error as well.


#9 155.3 
#9 155.3 added 1454 packages from 1371 contributors and audited 1461 packages in 37.565s
#9 155.8 
#9 155.8 94 packages are looking for funding
#9 155.8   run `npm fund` for details
#9 155.8 
#9 155.8 found 36 vulnerabilities (2 low, 20 moderate, 10 high, 4 critical)
#9 155.8   run `npm audit fix` to fix them, or `npm audit` for details
#9 157.7 ReferenceError: TextDecoder is not defined
#9 157.7     at Object.<anonymous> (/opt/lemur/node_modules/engine.io/build/server.js:16:22)
#9 157.7     at Module._compile (internal/modules/cjs/loader.js:778:30)
#9 157.7     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
#9 157.7     at Module.load (internal/modules/cjs/loader.js:653:32)
#9 157.7     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
#9 157.7     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
#9 157.7     at Module.require (internal/modules/cjs/loader.js:692:17)
#9 157.7     at require (internal/modules/cjs/helpers.js:25:18)
#9 157.7     at Object.<anonymous> (/opt/lemur/node_modules/engine.io/build/engine.io.js:5:18)
#9 157.7     at Module._compile (internal/modules/cjs/loader.js:778:30)
#9 157.7     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
#9 157.7     at Module.load (internal/modules/cjs/loader.js:653:32)
#9 157.7     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
#9 157.7     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
#9 157.7     at Module.require (internal/modules/cjs/loader.js:692:17)

a complete build log: https://github.com/solipsist01/dockerfiles/actions/runs/5363265155/jobs/9730709889