We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89287cd + 733af35 commit ffd09dfCopy full SHA for ffd09df
bin/compile
@@ -86,13 +86,6 @@ elif test -d $cache_dir/node/node_modules; then
86
87
fi
88
89
-# Handle npm's new cert bug
90
-# http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
91
-if [ ! -f "$build_dir/.npmrc" ]; then
92
- status "Writing a custom .npmrc to circumvent npm bugs"
93
- echo "ca=" > "$build_dir/.npmrc"
94
-fi
95
-
96
# Scope config var availability only to `npm install`
97
(
98
if [ -d "$env_dir" ]; then
0 commit comments