0

Could not start metro bundler

Getting following error while executing command : npx react-native start Node Version : v17.3.0

Failed to construct transformer: Error: error:0308010C:digital envelope routines::unsupported

Vijay Gaikwad
  • 161
  • 1
  • 3
  • Does this answer your question? [Error message "error:0308010C:digital envelope routines::unsupported"](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported) – Manojkanth Jan 02 '22 at 17:53

1 Answers1

0

You can find solution for this question Here

This error is occuring in Node.js 17. Downgrade your node version to an older version (~16).

Manojkanth
  • 1,071
  • 11
  • 27