Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm ERR! code ERR_SSL_CIPHER_OPERATION_FAILED

Tags:

npm

ssl

while running the command npm i, I got this error:

npm ERR! code ERR_SSL_CIPHER_OPERATION_FAILED
npm ERR! 78530000:error:1C800066:Provider routines:ossl_gcm_stream_update:cipher operation failed:c:\ws\deps\openssl\openssl\providers\implementations\ciphers\ciphercommon_gcm.c:312:

I tried many ways to solve this including clearing the cache and deleting package-log.json node modules, but the error remains.

like image 446
Tahsin Chouhan Avatar asked Aug 26 '26 08:08

Tahsin Chouhan


1 Answers

npm cache clear --force 

Use the above command it helped me resolve the issue

like image 173
Ayush Suryawanshi Avatar answered Aug 27 '26 22:08

Ayush Suryawanshi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!