stevedlawrence commented on PR #798: URL: https://github.com/apache/daffodil/pull/798#issuecomment-1160638442
@Shanedell, I get this error when doing a dry run release of the VS Code extension, any idea what the problem is? Maybe one of the dependency updates in https://github.com/apache/daffodil-vscode/pull/187 will fix it? ``` $ webpack --mode production --config ./build/extension.webpack.config.js /root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:133 if(isError) throw e; ^ Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:130:10) at module.exports (/root/daffodil-vscode/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/root/daffodil-vscode/node_modules/webpack/lib/NormalModule.js:417:16) at handleParseError (/root/daffodil-vscode/node_modules/webpack/lib/NormalModule.js:471:10) at /root/daffodil-vscode/node_modules/webpack/lib/NormalModule.js:503:5 at /root/daffodil-vscode/node_modules/webpack/lib/NormalModule.js:358:12 at /root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:373:3 at iterateNormalLoaders (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:214:10) at iterateNormalLoaders (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:221:10) at /root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:236:3 at context.callback (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at makeSourceMapAndFinish (/root/daffodil-vscode/node_modules/ts-loader/dist/index.js:58:5) at successLoader (/root/daffodil-vscode/node_modules/ts-loader/dist/index.js:40:5) at Object.loader (/root/daffodil-vscode/node_modules/ts-loader/dist/index.js:23:5) at LOADER_EXECUTION (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:119:14) at runSyncOrAsync (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:120:4) at iterateNormalLoaders (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:232:2) at Array.<anonymous> (/root/daffodil-vscode/node_modules/loader-runner/lib/LoaderRunner.js:205:4) at Storage.finished (/root/daffodil-vscode/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16) at /root/daffodil-vscode/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9 at /root/daffodil-vscode/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' } error Command failed with exit code 1. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
