dracula / macos-color-picker

🧛🏻‍♂️ Dark theme for macOS native Color Picker.
https://draculatheme.com/macos-color-picker
MIT License
6 stars 2 forks source link

Generate.Command Issue #2

Open Geoff12889 opened 2 years ago

Geoff12889 commented 2 years ago

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 commented 2 years ago

Bump. Anyone able to provide a solution? Thanks

danielbayley commented 1 year ago

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

Geoff12889 commented 1 year ago

@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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 3 months ago

Also have this error