Reputation: 21
I am getting an error while installing mongodb driver to connect it with node js. The error says -
npm ERR! code ERR_OSSL_PEM_NO_START_LINE npm ERR! error:0909006C:PEM routines:get_name:no start line
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rakes\AppData\Local\npm-cache_logs\2023-01-05T15_17_34_808Z-debug-0.log
can anyone help me to get rid out of this ?
I have been trying to solve, watching videos on youtube however I could not find any video helpful so please help me with this.
Upvotes: 0
Views: 97
Reputation: 81
I did get similar error once and was able to resolve it by doing this.
Upvotes: 2