mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 06:08:50 +02:00
7 lines
128 B
Bash
Executable file
7 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
rm -rf deps/npm
|
|
|
|
(cd deps && curl https://registry.npmjs.org/npm/-/npm-$1.tgz | tar xz && mv package npm)
|