nilooy / character-animation-combiner

The tool can be used to add multiple animations to a single character and blend all of them into a single animation file.
https://nilooy.github.io/character-animation-combiner/
MIT License
209 stars 74 forks source link

Getting all these errors #8

Open RYG81 opened 11 months ago

RYG81 commented 11 months ago

Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:69:19) at Object.createHash (node:crypto:133:10) at module.exports (E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\util\createHash.js:90:53) Setting NODE_PATH to resolve modules absolutely has been deprecated in favor of setting baseUrl in jsconfig.json (or tsconfig.json if you are using TypeScript) and will be removed in a future major release of create-react-app.

Starting the development server...

Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:69:19) at Object.createHash (node:crypto:133:10) at module.exports (E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\util\createHash.js:90:53) at NormalModule._initBuildHash (E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:401:16)
at handleParseError (E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:449:10) at E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:481:5 at E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:342:12 at E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:373:3 at iterateNormalLoaders (E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at iterateNormalLoaders (E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
at E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:236:3 at runSyncOrAsync (E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:130:11) at iterateNormalLoaders (E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:232:2)
at Array. (E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:205:4) at Storage.finished (E:\Experimenst\character-animation-combiner\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:55:16) at E:\Experimenst\character-animation-combiner\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:91:9 E:\Experimenst\character-animation-combiner\node_modules\react-scripts\scripts\start.js:19 throw err; ^

Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:69:19) at Object.createHash (node:crypto:133:10) at module.exports (E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\util\createHash.js:90:53) at NormalModule._initBuildHash (E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:401:16) at E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:433:10 at E:\Experimenst\character-animation-combiner\node_modules\webpack\lib\NormalModule.js:308:13 at E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:233:18 at context.callback (E:\Experimenst\character-animation-combiner\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
at E:\Experimenst\character-animation-combiner\node_modules\babel-loader\lib\index.js:51:103 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }

Node.js v18.17.0

Please help