Created
November 25, 2023 15:29
-
-
Save llirikkcoder/8365e4699a8bb2d55ec4d7bd4c4dd1ce to your computer and use it in GitHub Desktop.
anoya web kozindev branch install error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb> yarn watch | |
yarn run v1.22.19 | |
$ node webpack | |
10% building 2/2 modules 0 activeListening at http://127.0.0.1:9991 | |
i 「wds」: Project is running at http://127.0.0.1:9991/ | |
i 「wds」: webpack output is served from undefined | |
i 「wds」: Content not from webpack is served from C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\public | |
i 「wds」: 404s will fallback to /frontend/index.html | |
10% building 2/4 modules 2 active C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\webpack\hot\dev-server.jsnode:internal/crypto/hash:71 | |
this[kHandle] = new _Hash(algorithm, xofLen); | |
^ | |
Error: error:0308010C:digital envelope routines::unsupported | |
at new Hash (node:internal/crypto/hash:71:19) | |
at Object.createHash (node:crypto:133:10) | |
at module.exports (C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\webpack\lib\util\createHash.js:135:53) | |
at NormalModule._initBuildHash (C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\webpack\lib\NormalModule.js:417:16) | |
at handleParseError (C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\webpack\lib\NormalModule.js:471:10) | |
at C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\webpack\lib\NormalModule.js:503:5 | |
at C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\webpack\lib\NormalModule.js:358:12 | |
at C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\loader-runner\lib\LoaderRunner.js:373:3 | |
at iterateNormalLoaders (C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\loader-runner\lib\LoaderRunner.js:214:10) | |
at Array.<anonymous> (C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\loader-runner\lib\LoaderRunner.js:205:4) | |
at Storage.finished (C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:55:16) | |
at C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:91:9 | |
at C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb\node_modules\graceful-fs\graceful-fs.js:123:16 | |
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) { | |
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], | |
library: 'digital envelope routines', | |
reason: 'unsupported', | |
code: 'ERR_OSSL_EVP_UNSUPPORTED' | |
} | |
Node.js v18.12.1 | |
error Command failed with exit code 1. | |
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | |
PS C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb> code . | |
PS C:\_KIPOL\WEB\_WORK\_ANOYA\AnoyaWeb> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment