mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 16:34:05 +01:00
8 lines
128 B
Bash
Executable File
8 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)
|