Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

fix: yarn install issue #23

Closed
wants to merge 1 commit into from

Conversation

robertcoopercode
Copy link

@robertcoopercode robertcoopercode commented Oct 14, 2019

There was an issue installing the package globally using yarn. The problem has to do with yarn not copying the files from the .bin directory.

I've fixed this by moving the run.sh file found in the ./bin directory to the project root directory so that the run.sh file exists when installing the package using yarn global add alfred-vscode.

Fixes #10

@@ -105,6 +105,8 @@
<false/>
<key>alfredfiltersresultsmatchmode</key>
<integer>2</integer>
<key>argumenttreatemptyqueryasnil</key>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the updated info.plist file generated by Alfred so that's why you might see some unrelated changes to the info.plist file.

@robertcoopercode
Copy link
Author

Judging by the activity level on this repo, I'm not confident this will get merged anytime soon so I've published @robertcooper/alfred-vscode in the meantime.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue on install via yarn
1 participant