Skip to content

Commit

Permalink
Don't include --prefix option when running npm ci/i
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 10, 2021
1 parent fc57ac3 commit 556547a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions st3/lsp_utils/node_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def npm_install(self, package_dir: str, use_ci: bool = True) -> None:
'--scripts-prepend-node-path',
'--verbose',
'--production',
'--prefix', package_dir,
package_dir
]
_, error = run_command_sync(args, cwd=package_dir)
if error is not None:
Expand Down

0 comments on commit 556547a

Please sign in to comment.