Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows installation #1098

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Fix windows installation #1098

merged 1 commit into from
Jul 3, 2024

Conversation

olafurpg
Copy link
Member

@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 a review from a team July 3, 2024 12:49
@olafurpg olafurpg requested a review from a team as a code owner July 3, 2024 12:49
@olafurpg olafurpg merged commit 1a44832 into main Jul 3, 2024
8 checks passed
@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
2 participants