0

Hi guys im fairly new to coding, im having trouble with node npm, specifically creating a react app. When i run npm init, it works but not npm/npx creat-react-app. i have even tried just running create-react-app just to see if it might work. I have installed nodejs and pasted the path in my environment variables. i have tried npm, npx but no luck.

The error im getting is "npm ERR! code ERR_OSSL_PEM_NO_START_LINE" "npm ERR! error:0909006C:PEM routines:get_name:no start line" What could the issue be? Its the first time i come across this issue.

Please help!!

1 Answers1

0

Try

npm set registry http://registry.npmjs.org/

and again

npx creat-react-app my-app