We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ce9fd commit 42acfbfCopy full SHA for 42acfbf
tools/dep_updaters/update-npm.sh
@@ -2,7 +2,7 @@
2
set -e
3
# Shell script to update npm in the source tree to a specific version
4
5
-BASE_DIR=$(cd "$(dirname "$0")/.." && pwd)
+BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
6
DEPS_DIR="$BASE_DIR/deps"
7
NPM_VERSION=$1
8
0 commit comments