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

Generate.Command Issue #2

Open
Geoff12889 opened this issue Aug 15, 2022 · 7 comments
Open

Generate.Command Issue #2

Geoff12889 opened this issue Aug 15, 2022 · 7 comments

Comments

@Geoff12889
Copy link

Geoff12889 commented Aug 15, 2022

I'm receiving the following error when I try to initiate the generate.command script:

/macos-color-picker/generate.command:4:in `require': cannot load such file -- dracula-yaml-json (LoadError)
from /Users/username/Git/macos-color-picker/generate.command:4:in '<main>'

@Geoff12889
Copy link
Author

Bump. Anyone able to provide a solution? Thanks

@danielbayley
Copy link
Member

@Geoff12889 I pushed a fix, so please test and report back… Thanks.

@Geoff12889
Copy link
Author

@danielbayley I'm still experiencing the same issue. I didn't see an update pushed to the generate.command though, was the fix with an external file?

@danielbayley
Copy link
Member

I didn't see an update pushed to the generate.command though, was the fix with an external file?

@Geoff12889 Yes, it was a problem elsewhere, with brew not having access to the necessary bundled RubyGems, since they aren’t installed by default… Try doing:

brew update
brew untap dracula/install --force
brew tap dracula/install
brew install --cask dracula-macos-color-picker

and report back… Thanks.

@douglasrlee
Copy link

douglasrlee commented Oct 10, 2022

I am also getting this error when trying to install with git clone and the generate command.

Commit: 5073ffcb6867c150c0d15577909da509c6c17208

Screen Shot 2022-10-10 at 11 06 46 AM

@Geoff12889
Copy link
Author

I didn't see an update pushed to the generate.command though, was the fix with an external file?

@Geoff12889 Yes, it was a problem elsewhere, with brew not having access to the necessary bundled RubyGems, since they aren’t installed by default… Try doing:

brew update
brew untap dracula/install --force
brew tap dracula/install
brew install --cask dracula-macos-color-picker

and report back… Thanks.

Received this error:

Error: No available tap dracula/install.

@mayurankv
Copy link

Also have this error

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

No branches or pull requests

4 participants