You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Tensorflow client should start on the localhost
Screenshots
Desktop (please complete the following information):
OS: Ubuntu 20.04
Browser: Chrome
Version: 99.0,4
Additional context
It seems that this error shows up because of the Node v17, --openssl-legacy-provider was added for handling key size on OpenSSL v3. Refer this. Although the client runs smoothly if I remove --openssl-legacy-provider in the start script.
The text was updated successfully, but these errors were encountered:
Describe the bug
On using the command
npm run start
, the following error shows up:To Reproduce
After clonging the repo,
Expected behavior
Tensorflow client should start on the localhost
Screenshots
Desktop (please complete the following information):
Additional context
It seems that this error shows up because of the Node v17,
--openssl-legacy-provider
was added for handling key size on OpenSSL v3. Refer this. Although the client runs smoothly if I remove--openssl-legacy-provider
in the start script.The text was updated successfully, but these errors were encountered: