Skip to content

Conversation

@olafurpg
Copy link
Contributor

@olafurpg olafurpg commented Jul 3, 2024

Fixes #1050. Previously, it was not possible to install src-cli via npm on Windows. It was also not possible to publish the npm package from a Windows computer. This PR fixes both problems. The second problem had to be solved so I could manually test the fix for this PR.:

Test plan

Manually tested locally on a Windows computer

  • Ran verdaccio
  • Set package version to 5.4.0
  • pnpm unpublish --force
  • pnpm publish
  • Created new project, ran pnpm init
  • pnpm add @sourcegraph/src
  • pnpm exec src login, confirmed it worked

Fixes #1050. Previously, it was not possible to install src-cli via npm
on Windows. It was also not possible to publish the npm package on
Windows. This PR fixes both problems. The second problem had to be
solved so I could manually test the fix for this PR.:
@olafurpg olafurpg requested review from a team July 3, 2024 12:49
@olafurpg olafurpg merged commit 1a44832 into main Jul 3, 2024
@olafurpg olafurpg deleted the olafurpg/issue-1050 branch July 3, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to install npm package on Windows

3 participants