Skip to content

Commit

Permalink
run npm install -g w/o sudo too, to override any older install
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Apr 16, 2019
1 parent b33867f commit 171946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "openaps oref0 reference implementation of the reference design",
"scripts": {
"test": "make test",
"global-install": "npm install && sudo npm link && sudo npm link oref0 && sudo npm install -g"
"global-install": "npm install && sudo npm link && sudo npm link oref0 && sudo npm install -g && npm install -g"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 171946c

Please sign in to comment.