- Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Bugthing that needs fixingthing that needs fixingRelease 6.xwork is associated with a specific npm 6 releasework is associated with a specific npm 6 release
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
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingRelease 6.xwork is associated with a specific npm 6 releasework is associated with a specific npm 6 release