Open limsammy opened 9 months ago
EDIT2: Ok. So I can run my tests and npm server locally. But npm build (local) still fails. The build scripts builds via docker so I believe it's the same issue as the OP
From the logs, it seems like an issue with Terser potentially? Gonna keep poking around and checking other issues on this repo, and probably build out a fastapi app from scratch-- using this repo as a template (I have previous fastapi JsonSchema projects but I do like the layout of this.
Anyway, here are logs when I cd into frontend and run npm run build
:
❯ npm run build 15s pulseframeproductions 3.11.8 3.2.2
> frontend@0.1.0 build
> vue-cli-service build
⠋ Building for production...
ERROR Failed to compile with 15 errors 3:04:25 PM
error
js/app.ec14e370.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/chunk-vendors.ac09f489.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/login.4e727759.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main.3ecbbe56.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-admin.879d297a.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-admin-users.56cfd355.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-admin-users-create.b6704aa9.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-admin-users-edit.ae29b91c.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-dashboard.e14aac72.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-profile.866b1068.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-profile-edit.22d9b3df.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/main-profile-password.87fc7faa.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/recover-password.59de39b4.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/reset-password.0bf89143.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
error
js/start.b62db74a.js from Terser
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:217:37
at Array.forEach (<anonymous>)
at TerserPlugin.optimizeFn (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/terser-webpack-plugin/dist/index.js:160:259)
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1409:36
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1405:32
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.seal (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1342:27)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:675:18
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1261:4
at AsyncSeriesHook.eval [as callAsync] (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:24:1)
at AsyncSeriesHook.lazyCompileHook (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/Hook.js:154:20)
at Compilation.finish (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1253:28)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compiler.js:672:17
at _done (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)
at eval (eval at create (/Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:32:22)
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1185:12
at /Users/red_rocket/projects/current/my_sites/pulse-frame-productions/frontend/node_modules/webpack/lib/Compilation.js:1097:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
ERROR Build failed with errors.
Downgraded to node v16 LTS and was able to cd into frontend and do my
npm run serve
and deploy locally. However when I try to deploy everything via docker-compose I am still getting issues with the frontend. Logs below:EDIT: perhaps it's a node version mismatch? Or maybe I need to run a script to generate what should be present in the
node_modules/.staging/*
dir