Skip to content

Commit

Permalink
nodejs: install and run with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 1, 2024
1 parent 61f6db0 commit c8a5a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ function run_php() {

function run_nodejs() {
cd "/home/ishocon/webapp/$app_lang"
npm install
sudo npm install
make_tmp_file
node index.js
sudo node index.js
}

function run_crystal() {
Expand Down

0 comments on commit c8a5a63

Please sign in to comment.