Skip to content

Commit d5bc17a

Browse files
committed
(build) Don't upgrade npm (try to work around a build problem)
1 parent d91627f commit d5bc17a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/tns.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ install_node() {
2323
if ! nvm use $NODE_VER ; then
2424
nvm install $NODE_VER
2525
nvm use $NODE_VER
26-
# upgrade npm to latest version
27-
npm install -g npm
2826
fi
2927
}
3028

0 commit comments

Comments
 (0)