mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/usr/bin/env bash
|
|
mkdir "${HOME}/.npm"
|
|
npm config set prefix "${HOME}/.npm"
|
|
npm install -g gulp
|