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

help with check the env #93

Open
jiz17043 opened this issue Jan 21, 2022 · 7 comments
Open

help with check the env #93

jiz17043 opened this issue Jan 21, 2022 · 7 comments

Comments

@jiz17043
Copy link

I have followed the set up but at the step of checking the environment by running python examples/run_latex_app.py, I came across the error as follows: I wonder if anyone could help solve it
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 (C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:417:16)
at handleParseError (C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:471:10)
at C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:503:5
at C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:358:12
at C:\Users\jiz52\gpt3-sandbox\node_modules\loader-runner\lib\LoaderRunner.js:373:3
at iterateNormalLoaders (C:\Users\jiz52\gpt3-sandbox\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at iterateNormalLoaders (C:\Users\jiz52\gpt3-sandbox\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
C:\Users\jiz52\gpt3-sandbox\node_modules\react-scripts\scripts\start.js:19
throw err;
^

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 (C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:417:16)
at C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:452:10
at C:\Users\jiz52\gpt3-sandbox\node_modules\webpack\lib\NormalModule.js:323:13
at C:\Users\jiz52\gpt3-sandbox\node_modules\loader-runner\lib\LoaderRunner.js:367:11
at C:\Users\jiz52\gpt3-sandbox\node_modules\loader-runner\lib\LoaderRunner.js:233:18
at context.callback (C:\Users\jiz52\gpt3-sandbox\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
at C:\Users\jiz52\gpt3-sandbox\node_modules\babel-loader\lib\index.js:59:103 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v17.1.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@shreyashankar
Copy link
Owner

I am not getting this error. Could you provide steps on how to reproduce?

@jiz17043
Copy link
Author

jiz17043 commented Jan 25, 2022 via email

@shreyashankar
Copy link
Owner

can you try to run with node v16?

@jiz17043
Copy link
Author

jiz17043 commented Jan 25, 2022 via email

@shreyashankar
Copy link
Owner

Downgrading your node version to v0.16 might work, as detailed here: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

@jiz17043
Copy link
Author

jiz17043 commented Jan 27, 2022 via email

@How2RideABoar
Copy link

I could see the page showing Description and a button to submit. But when I clicked submit in the anaconda prompt it showed proxy error instead. The detailed error message is shown below: Proxy error: Could not proxy request /translate from localhost:3000 to http://localhost:5000/. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).

On Tue, Jan 25, 2022 at 1:58 PM Shreya Shankar @.> wrote: Message sent from a system outside of UConn. Downgrading your node version to v0.16 might work, as detailed here: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported — Reply to this email directly, view it on GitHub <#93 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKQHMRW3VTOYOQJ6L67TGN3UX3XDTANCNFSM5MP7I6YQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.>
-- Sincerely, Jintao Zhang ​Jintao Zhang, Ph.D. candidate Department of Civil & Environmental Engineering University of Connecticut, Storrs, CT 06269 He/Him/His Mobile: (858)247-8401

I changed localhost to 127.0.0.1 and that worked for me.

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

3 participants