Skip to content

Commit

Permalink
But npm does work doesn't it
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 9, 2024
1 parent 607cf4a commit 4bf3b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# bash = 'C:\\Program Files\\Git\\bin\\bash.exe'
import subprocess
subprocess.check_call('dir C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64')
subprocess.check_call('npm --version')
subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx.cmd --version')
subprocess.check_call('C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64\\npx --version')
subprocess.check_call('npx --help')
Expand Down

0 comments on commit 4bf3b3c

Please sign in to comment.