Skip to content

Instantly share code, notes, and snippets.

@diegorribeiro
Created April 18, 2023 22:43
Show Gist options
  • Save diegorribeiro/35507ed4ce71dc816a16bf13476497e1 to your computer and use it in GitHub Desktop.
Save diegorribeiro/35507ed4ce71dc816a16bf13476497e1 to your computer and use it in GitHub Desktop.
React-native npm start -> Error message "error:0308010C:digital envelope routines::unsupported"

// IF you are using node 17 and you see this error: // Error message "error:0308010C:digital envelope routines::unsupported"

// Downgrade to node 16.13.0

// And Install the nvm using chocolatey: choco install nvm

// Go to your project folder and run this command: nvm install 16.13.0

// After that, if you have it installed correctly, run this: nvm uses 16.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment