I have installed latest Ionic cli (5.4.13) and when I use any ionic commands like ‘ionic start …’ or ‘ionic docs’, I see the following error:
‘Error: write EPROTO 14352:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:
at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:87:16)’
I tried with and without proxy.
Did npm cache clean.
Upgraded node version to 12.13.1
Since I am on windows machine I tried to create app on both ‘cmd’ and ‘git bash’.
Can anyone help me on this?
Thanks in advance