From fa11fa8b9beec500e520a89415cdb8bd9ef87bfd Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 11 Apr 2020 16:43:53 -0700 Subject: [PATCH] fix node install --- build/user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/user.sh b/build/user.sh index 99c516d..77e1617 100644 --- a/build/user.sh +++ b/build/user.sh @@ -45,7 +45,7 @@ pushd ~/.nvm git checkout 73438e339e242fce0cba443e5c4322ac996e9197 popd -export NVM_DIR="~/.nvm" +export NVM_DIR="$HOME/.nvm" source "$NVM_DIR/nvm.sh" nvm install node