Hi,
I think who is using company computer may encounter the same issue like me. The error SSL:
Installing emmet-simplified to C:\Users\tuongtvo\.atom\packages failed Request for package information failed: 1968:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:782:
I already met the same problem with NodeJS and Git so I fixed it around by the same method of set SSL to false. So I tried to create .apmrc
file and put strict-ssl = false
but it didn’t work.
Can someone provide any alternative way?