File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ case `uname` in
8
8
esac
9
9
10
10
NODE_EXE=" $basedir /node.exe"
11
- if [ -x " $NODE_EXE " ] && [ -f " /bin/wslpath" ]; then # run the corresponding command prompt when Node for Windows is executed within WSL
12
- cmd.exe /c ` wslpath -w " $basedir /npm.cmd" ` " $@ "
13
- exit $?
14
- fi
15
11
if ! [ -x " $NODE_EXE " ]; then
16
12
NODE_EXE=" $basedir /node"
17
13
fi
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ case `uname` in
8
8
esac
9
9
10
10
NODE_EXE=" $basedir /node.exe"
11
- if [ -x " $NODE_EXE " ] && [ -f " /bin/wslpath" ]; then # run the corresponding command prompt when Node for Windows is executed within WSL
12
- cmd.exe /c ` wslpath -w " $basedir /npx.cmd" ` " $@ "
13
- exit $?
14
- fi
15
11
if ! [ -x " $NODE_EXE " ]; then
16
12
NODE_EXE=node
17
13
fi
You can’t perform that action at this time.
0 commit comments