File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export WATCH=1
12
12
export SITE_HOST=http://javascript.local
13
13
export TUTORIAL_EDIT=
14
14
export NODE_PRESERVE_SYMLINKS=1
15
- export NODE_OPTIONS=--openssl-legacy-provider
16
15
17
16
# Use a local bunyan if no other is found in the current environment
18
17
if ! [ -x " $( command -v bunyan) " ]; then
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ set NODE_LANG=%1
5
5
@ set ASSET_VERSIONING = query
6
6
@ set NODE_PRESERVE_SYMLINKS = 1
7
7
@ set NODE_PATH = ./modules
8
- @ set NODE_OPTIONS = --openssl-legacy-provider
9
8
10
9
call gulp dev | bunyan
11
10
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export TUTORIAL_LANG=$1
10
10
export NODE_ENV=production
11
11
export TUTORIAL_EDIT=1
12
12
export NODE_PRESERVE_SYMLINKS=1
13
- export NODE_OPTIONS=--openssl-legacy-provider
14
13
15
14
# Use a local bunyan if no other is found in the current environment
16
15
if ! [ -x " $( command -v bunyan) " ]; then
Original file line number Diff line number Diff line change 12
12
@ set ASSET_VERSIONING = query
13
13
@ set NODE_PRESERVE_SYMLINKS = 1
14
14
@ set NODE_PATH = ./modules
15
- @ set NODE_OPTIONS = --openssl-legacy-provider
16
15
17
16
call gulp edit | bunyan
18
17
You can’t perform that action at this time.
0 commit comments