Skip to content

Commit

Permalink
Install retire with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cdo-defcon committed Mar 28, 2018
1 parent 50873f9 commit fe2975d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion atomshields/checkers/retirejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,13 @@ def install():
Install all the dependences
"""
cmd = CommandHelper()

# Install npm (nodejs)
print cmd.install("npm")
print cmd.install("retire")

# Install retre with npm
cmd.command = "npm install retire"
cmd.execute()



Expand Down

0 comments on commit fe2975d

Please sign in to comment.