解决 Error: error:0308010C:digital envelope routines::unsupported

Concerning this error, after doing some much research, i finally discovered that the whole error comes with the nodejs upgrade to version v18.12.1, so i advice everyone facing this same issue who just recently upgraded tio node v18.12.1 to downgrade back to node v16.0.0, if u need help with this , you can use nvm.

some steps are outlined below, with some link to resources

Download and install nvm Follow instructions here
  1. Install Nodejs v16.0.0 nvm install 16.0.0
  2. Uninstall nodejs v18.12.1 nvm uninstall 18.12.1 or your own version of node

猜你喜欢

转载自blog.csdn.net/zdwzzu2006/article/details/132537247
今日推荐