Documentation: www.netlifycms.org | GitHub: github.com/netlify/netlify-cms | npm: npmjs.com/packages/netlify-cms | Live Testing: https://codepen.io/pen?template=dgNEYo
I am unable to run the commands on my computer. I may not have the correct versions of Ruby or Gems, but Im not sure. Here are my details
Mac OS
macOS Mojave 10.14
Ruby Version
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
Ruby Gem Version
3.0.6
When I run bundle install, I get this:
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using public_suffix 4.0.1
Using addressable 2.7.0
Using bundler 2.0.2
Using colorator 1.1.0
Using concurrent-ruby 1.1.5
Using eventmachine 1.2.7
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Errno::EACCES: Permission denied @ rb_sysopen - /Users/mikelevy/Web
Stuff/repos/jekyll-netlify-boilerplate/vendor/bundle/ruby/2.3.0/gems/http_parser.rb-0.6.0/.gitignore
An error occurred while installing http_parser.rb (0.6.0), and
Bundler cannot continue.
Make sure that `gem install http_parser.rb -v '0.6.0' --source
'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
jekyll was resolved to 3.8.6, which depends on
em-websocket was resolved to 0.5.1, which depends on
http_parser.rb
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=Fri%20Sep%2027%202019%2019%3A54%3A40%20GMT-0400%20(Eastern%20Daylight%20Time)&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Hey all!! Very new to netlify/VueJS... So I'm working on a build using a netlify template (https://templates.netlify.com/template/awake-blog-template-nuxt/) with the netlify CMS integrated. The template is a nuxtjs build so it's using Vue.
I've been playing around with some things like building basic modules and incorporating them (got it to work), adding a new collection to the CMS (got it to work).
What I'm struggling with right now (likely something basic that's just not clicking) is setting up the module to pull in the content from the CMS side of things.
I can go to the admin pg, create a new entry in the collection, and see the markdown file created in the directory. Just can't for the life of me piece together pulling it into the modules to display the content created by the CMS...
Being new to this I don't know what's helpful to post here to assist with the question so if there's any additional info/code you need to see let me know and I'm happy to post!!