Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index e6624f061..a81faba58 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -256,8 +256,8 @@ cd "$TMP" \
make="NOMAKE"
fi
if [ "$make" = "NOMAKE" ]; then
- "$node" cli.js rm npm -gf
- "$node" cli.js install -gf
+ "$node" bin/npm-cli.js rm npm -gf
+ "$node" bin/npm-cli.js install -gf
fi) \
&& cd "$BACK" \
&& rm -rf "$TMP" \