Skip to content

Commit ebe1ceb

Browse files
committed
Fix an OpenSSL-related error in building the Binder image
1 parent 2a524df commit ebe1ceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

binder/postBuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env bash
22
set -eux
33

4+
# Avoid OpenSSL-related error with Node >16
5+
# https://stackoverflow.com/questions/73144960
6+
export NODE_OPTIONS="--openssl-legacy-provider"
7+
48
# Build labextensions
59
jlpm bootstrap
610

0 commit comments

Comments
 (0)