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 7403340 + bccbb78 commit 733af35Copy full SHA for 733af35
bin/compile
@@ -75,13 +75,6 @@ elif test -d $cache_dir/node/node_modules; then
75
76
fi
77
78
-# Handle npm's new cert bug
79
-# http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
80
-if [ ! -f "$build_dir/.npmrc" ]; then
81
- status "Writing a custom .npmrc to circumvent npm bugs"
82
- echo "ca=" > "$build_dir/.npmrc"
83
-fi
84
-
85
# Scope config var availability only to `npm install`
86
(
87
if [ -d "$env_dir" ]; then
0 commit comments