Closed
Description
Current Behavior:
The documentation build during the installation of npm fails when an https proxy is used:
"gatsby-plugin-prefetch-google-fonts" threw an error while running the onPreBootstrap lifecycle:
write EPROTO 140379905034048:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331:
Expected Behavior:
Installation does not fail.
Steps To Reproduce:
wget https://registry.npmjs.org/npm/-/npm-6.14.8.tgz
tar xfz npm-6.14.8.tgz
cd package
# set some https proxy, eg. export https_proxy=http://167.86.120.160:8080
./configure
make
Environment:
- OS: Ubuntu 20.04
- npm: 6.14.8