Skip to content

Commit bccbb78

Browse files
committed
npm reverted their broken cert
1 parent 539550a commit bccbb78

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bin/compile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ elif test -d $cache_dir/node/node_modules; then
7575

7676
fi
7777

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-
8578
# Scope config var availability only to `npm install`
8679
(
8780
if [ -d "$env_dir" ]; then

0 commit comments

Comments
 (0)