Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • 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.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • 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!
 
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?
 
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
 
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 did you find a solution? Please reply I have been struggling for days.
 
After troubleshooting for a day and half, what I did was to completely uninstall the existing node version and the npm version I have on my system and then I installed a newer version of node (recommended for most users) which comes with an npm package, I restarted my system and npm was able to install. I hope this helps sombody.
 

Latest posts

Buy us a coffee!

Back
Top Bottom