Skip to content

Commit

Permalink
Fix space in NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jan 30, 2025
1 parent 8cdb542 commit ec85120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pit/lib/lib-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ computeGradle() {
computeNpm() {
_VNODE=~/.vaadin/node
_NPMJS=$_VNODE/lib/node_modules/npm/bin/npm-cli.js
NPM=`which npm`
NPM="'"`which npm`"'"
NPX=`which npx`
NODE=`which node`
[ -x "$_VNODE/bin/node" -a -f "$_NPMJS" ] && export PATH="$_VNODE/bin:$PATH" && NODE="$_VNODE/bin/node" && NPM="'$NODE' '$_NPMJS'"
Expand Down

0 comments on commit ec85120

Please sign in to comment.