Tried using the jekyll tailwind boilerplate here: https://github.com/danklammer/jekyll-tailwindcss-boilerplate and ran jekyll serve
and:
C:\\Users\\justi\\OneDrive\\Documents\\GitHub\\jekyll-tailwindcss-boilerplate>jekyll serve
Traceback (most recent call last):
12: from C:/Ruby26-x64/bin/jekyll:23:in \`<main>'
11: from C:/Ruby26-x64/bin/jekyll:23:in \`load'
10: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.1.1/exe/jekyll:11:in \`<top (required)>'
9: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.1.1/lib/jekyll/plugin\_manager.rb:52:in \`require\_from\_bundler'
8: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler.rb:149:in \`setup'
7: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:20:in \`setup'
6: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:101:in \`block in definition\_method'
5: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/definition.rb:226:in \`requested\_specs'
4: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/definition.rb:237:in \`specs\_for'
3: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/definition.rb:170:in \`specs'
2: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/spec\_set.rb:80:in \`materialize'
1: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/spec\_set.rb:80:in \`map!'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/spec\_set.rb:86:in \`block in materialize': Could not find public\_suffix-4.0.3 in any of the sources (Bundler::GemNotFound)
ran npm run setup
and I get this:
C:\Users\justi\OneDrive\Documents\GitHub\jekyll-tailwindcss-boilerplate>jekyll serve
Traceback (most recent call last):
10: from C:/Ruby26-x64/bin/jekyll:23:in `<main>'
9: from C:/Ruby26-x64/bin/jekyll:23:in `load'
8: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.1.1/exe/jekyll:11:in `<top (required)>'
7: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/jekyll-4.1.1/lib/jekyll/plugin_manager.rb:52:in `require_from_bundler'
6: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler.rb:149:in `setup'
5: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:26:in `setup'
4: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:26:in `map'
3: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/spec_set.rb:147:in `each'
2: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/spec_set.rb:147:in `each'
1: from C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:31:in `block in setup'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:312:in `check_for_activated_spec!': You have already activated public_suffix 4.0.6, but your Gemfile requires public_suffix 4.0.3. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
ran bundle exec
and I get this:
bundler: exec needs a command to run
and I’ve tried searching up on bundle exec and for the life of me can’t find anything on it. This (ruby stuff, not jekyll) is really dumb: I’m just trying to run my damn webpage and it crashes the whole thing because I don’t have the exact right version of one dependency… isn’t that THE ENTIRE POINT of package managers: to manage the versions of packages so everything magically works? Nothing I run fixes this. Help appreciated… Hour FIFTEEN of trying to get an empty website with jekyll and tailwind… I’m losing my mind. Thanks in advance…