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

file-loader module issue #5

Open
MfundoVala opened this issue Aug 23, 2022 · 3 comments
Open

file-loader module issue #5

MfundoVala opened this issue Aug 23, 2022 · 3 comments

Comments

@MfundoVala
Copy link

hey great project! i'm getting this error when running the project, it seems the file-loader module is having issues playing sounds
using node v18.4.0

ERROR in ./static/sounds/bloop.mp3
Module build failed (from ./node_modules/file-loader/dist/cjs.js):
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:133:10)
at getHashDigest (/Users/thenewowner/Documents/Ramen-Shop/node_modules/file-loader/node_modules/loader-utils/lib/getHashDigest.js:46:34)
at /Users/thenewowner/Documents/Ramen-Shop/node_modules/file-loader/node_modules/loader-utils/lib/interpolateName.js:113:11
at String.replace ()
at interpolateName (/Users/thenewowner/Documents/Ramen-Shop/node_modules/file-loader/node_modules/loader-utils/lib/interpolateName.js:110:8)
at Object.loader (/Users/thenewowner/Documents/Ramen-Shop/node_modules/file-loader/dist/index.js:29:48)

@mathalav55
Copy link

mathalav55 commented Dec 7, 2022

same here did you find any solution?

@henilGondalia
Copy link

henilGondalia commented Jun 15, 2023

Run this command
$env:NODE_OPTIONS = "--openssl-legacy-provider"

or

Downgrade Node to latest v16
npm uninstall node
npm install [email protected]

@jerung669
Copy link

can i ask, how to change name of jesse zhou at shop banner and also floor?? which one source code that ineed to find out? thanks

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

4 participants