Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./build_dev.sh throwing errors #59

Open
RBucci opened this issue Sep 11, 2024 · 0 comments
Open

./build_dev.sh throwing errors #59

RBucci opened this issue Sep 11, 2024 · 0 comments

Comments

@RBucci
Copy link

RBucci commented Sep 11, 2024

I'm trying to deploy a local install in ubuntu server 24.04, installed nodejs, npm, cloned the repo locally and followed the instructions in readme:

./build_dev.sh
rm: cannot remove 'dist/*': No such file or directory
Failed to load ./build/dev.env.
[webpack-cli] Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:69:19)
    at Object.createHash (node:crypto:133:10)
    at BulkUpdateDecorator.hashFactory (/home/rholand/wheel-spinner/node_modules/webpack/lib/util/createHash.js:155:18)
    at BulkUpdateDecorator.digest (/home/rholand/wheel-spinner/node_modules/webpack/lib/util/createHash.js:80:21)
    at /home/rholand/wheel-spinner/node_modules/webpack/lib/DefinePlugin.js:595:38
    at Hook.eval [as call] (eval at create (/home/rholand/wheel-spinner/node_modules/tapable/lib/HookCodeFactory.js:19:10), <anonymous>:104:1)
    at Hook.CALL_DELEGATE [as _call] (/home/rholand/wheel-spinner/node_modules/tapable/lib/Hook.js:14:14)
    at Compiler.newCompilation (/home/rholand/wheel-spinner/node_modules/webpack/lib/Compiler.js:1053:26)
    at /home/rholand/wheel-spinner/node_modules/webpack/lib/Compiler.js:1097:29
    at Hook.eval [as callAsync] (eval at create (/home/rholand/wheel-spinner/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/rholand/wheel-spinner/node_modules/tapable/lib/Hook.js:18:14)
    at Compiler.compile (/home/rholand/wheel-spinner/node_modules/webpack/lib/Compiler.js:1092:28)
    at /home/rholand/wheel-spinner/node_modules/webpack/lib/Compiler.js:517:12
    at Compiler.readRecords (/home/rholand/wheel-spinner/node_modules/webpack/lib/Compiler.js:929:11)
    at /home/rholand/wheel-spinner/node_modules/webpack/lib/Compiler.js:514:11
    at Hook.eval [as callAsync] (eval at create (/home/rholand/wheel-spinner/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'

Can you advise?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant