Skip to content

Commit

Permalink
[scripts] use other npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Dec 2, 2021
1 parent d1e8e8d commit 59f853e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/countly.install_rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ yum -y install sendmail
service sendmail start

#install npm modules
( cd "$DIR/.."; sudo npm install --unsafe-perm=true --allow-root; sudo npm install argon2 --build-from-source; )
( cd "$DIR/.."; sudo npm install -g npm@6.14.13; sudo npm install --unsafe-perm=true --allow-root; sudo npm install argon2 --build-from-source; )

#install numactl
yum install numactl -y
Expand Down
2 changes: 1 addition & 1 deletion bin/countly.install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ apt-get -y install numactl
apt-get -y install sendmail

#install npm modules
( cd "$DIR/.."; sudo npm install --unsafe-perm=true --allow-root; sudo npm install argon2 --build-from-source; )
( cd "$DIR/.."; sudo npm install -g npm@6.14.13; sudo npm install --unsafe-perm=true --allow-root; sudo npm install argon2 --build-from-source; )

#install mongodb
bash "$DIR/scripts/mongodb.install.sh"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"dependencies": {
"apidoc": "^0.27.1",
"apidoc-template": "github:kanwarujjaval/dash-apidoc-template",
"argon2": "0.27.0",
"async": "3.2.0",
"basic-auth": "2.0.1",
Expand Down

0 comments on commit 59f853e

Please sign in to comment.