• Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Node.JS I can't do npm install, it shows me this error.

Sadness7311

New Coder
Code:
npm ERR! code ERR_OSSL_UNSUPPORTED
npm ERR! error:1E08010C:DECODER routines::unsupported

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Urvah\AppData\Local\npm-cache\_logs\2023-02-16T12_51_27_274Z-debug-0.log
This is the error. I can't install anything. Help!
 

Malcolm

Administrator
Administrator
Staff Team
Code:
npm ERR! code ERR_OSSL_UNSUPPORTED
npm ERR! error:1E08010C:DECODER routines::unsupported

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Urvah\AppData\Local\npm-cache\_logs\2023-02-16T12_51_27_274Z-debug-0.log
This is the error. I can't install anything. Help!
Have you found a solution to this yet?
 

Antero360

King Coder
Staff Team
Security Analyst
Code:
npm ERR! code ERR_OSSL_UNSUPPORTED
npm ERR! error:1E08010C:DECODER routines::unsupported

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Urvah\AppData\Local\npm-cache\_logs\2023-02-16T12_51_27_274Z-debug-0.log
This is the error. I can't install anything. Help!
Hey there,
Feel free to post the log file contents, but before you do, try this out
delete the node_modules folder from your project directory, and then run the npm intall
 
Top