Skip to content

Commit dc3243d

Browse files
authored
1 parent 8e27c07 commit dc3243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/30_npminstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "Installing @treehouses/cli script"
66

77
mkdir node_root
88
npm config set prefix "$PWD/node_root"
9-
npm install --unsafe-perm -g @treehouses/[email protected].3
9+
npm install --unsafe-perm -g @treehouses/[email protected].4
1010
npm install --unsafe-perm -g [email protected]
1111
npm install --unsafe-perm -g [email protected]
1212
(cd node_root || exit 1; tar c .) | (cd mnt/img_root/usr || exit 1; tar x)

0 commit comments

Comments
 (0)