Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit 1b70f57

Browse files
authored
fix: sudo npm link to avoid permission issues
1 parent 1fb105d commit 1b70f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ install_nodejs_dependencies ()
8484
fi
8585

8686
# Make sure global dotenv can be required locally
87-
sh -c "npm link dotenv"
87+
sh -c "sudo npm link dotenv"
8888

8989
pm2_install
9090
}

0 commit comments

Comments
 (0)