-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Describe the bug
On using the command npm run start, the following error shows up:
> tensormap-client-revamp@0.1.0 start
> react-scripts --openssl-legacy-provider start
/usr/bin/node: bad option: --openssl-legacy-provider
To Reproduce
After clonging the repo,
cd tensorflow-client
npm install
npm run start
Expected behavior
Tensorflow client should start on the localhost
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.
Metadata
Metadata
Assignees
Labels
No labels