create-react-blog icon indicating copy to clipboard operation
create-react-blog copied to clipboard

Start and deploy your own statically rendered blog with create-react-app

Results 18 create-react-blog issues
Sort by recently updated
recently updated
newest added

https://github.com/jamesknelson/create-react-blog/issues/36

ticket https://github.com/jamesknelson/create-react-blog/issues/32 ~One thing I don't like about this solution is `cp` in `package.json` but I have no idea what is actually creating a build with `sitemap/index.html` instead of `sitemap.xml`.~...

https://github.com/jamesknelson/create-react-blog/issues/34

Help for anyone with the error "Couldn't find window.NaviScripts - did you call register()?"

[{"_id":"63088e71056bd055f661c952","body":"Just run into the same problem.\r\n\r\n`.node-version` file with `11.15.0` solves it as well (for netlify).\r\n\r\nupstream ticket https:\/\/github.com\/frontarm\/navi\/issues\/92","issue_id":1659812383190,"origin_id":753368159,"user_origin_id":11278746,"create_time":1609527524,"update_time":1609527524,"id":1661505137945,"updated_at":"2022-08-26T09:12:17.944000Z","created_at":"2022-08-26T09:12:17.944000Z"}] comment

Thank you for making this boilerplate. As a few others have found this error and is easily reproducible if you try to build this project using recent Node or Yarn....

yarn build fails

[{"_id":"63088ead135a5d31bf421192","body":"It's a little late, but I just want to mention that the template is actually from Gatsby. I've just reimplemented it with Navi.","issue_id":1659812383194,"origin_id":650508919,"user_origin_id":161707,"create_time":1593240659,"update_time":1593240659,"id":1661505197921,"updated_at":"2022-08-26T09:13:17.921000Z","created_at":"2022-08-26T09:13:17.921000Z"},{"_id":"63088ead135a5d31bf421193","body":"@kkacquah If you're still having a problem please see my guide #30 and let me know if this works for you.","issue_id":1659812383194,"origin_id":752936857,"user_origin_id":10767740,"create_time":1609415557,"update_time":1609415557,"id":1661505197924,"updated_at":"2022-08-26T09:13:17.924000Z","created_at":"2022-08-26T09:13:17.924000Z"}] comment

When one runs `npx create-react-blog react-blog` and then `cd react-blog` and then runs `yarn build` or `npm run build`, one sees the following error with the navi-scripts build command ```...

Docs on mounting blog under a path like /blog

[{"_id":"63088eae135a5d31bf421195","body":"@jamesknelson I've done it by changing the root mount, but couldn't figure out how to do it with the second option. Do you have any example on how that works? I can probably write the docs for that.","issue_id":1659812383198,"origin_id":602102154,"user_origin_id":17175136,"create_time":1584823425,"update_time":1584823425,"id":1661505198265,"updated_at":"2022-08-26T09:13:18.265000Z","created_at":"2022-08-26T09:13:18.265000Z"},{"_id":"63088eae135a5d31bf421197","body":"Hey @jamesknelson did you have any success with this? I am very confused on how to do it, I keep getting a 404 error whenever I change the routes. I'm doing it in multiple places, should I do it in just one place?","issue_id":1659812383198,"origin_id":688371099,"user_origin_id":38620564,"create_time":1599489984,"update_time":1599489984,"id":1661505198268,"updated_at":"2022-08-26T09:13:18.268000Z","created_at":"2022-08-26T09:13:18.268000Z"}] comment

Often times you'll want the blog to be mounted not at the root path, but under a path like `blog`. To do this, there are a couple options: 1. If...

help wanted

navi-scripts build is throwing an error message

[{"_id":"63088eae135a5d31bf421198","body":"I have the same issue with navi-scripts build.","issue_id":1659812383201,"origin_id":629944673,"user_origin_id":23058492,"create_time":1589777567,"update_time":1589777567,"id":1661505198587,"updated_at":"2022-08-26T09:13:18.586000Z","created_at":"2022-08-26T09:13:18.586000Z"},{"_id":"63088eae135a5d31bf42119a","body":"Having the same issue here.","issue_id":1659812383201,"origin_id":665216939,"user_origin_id":21204863,"create_time":1595962515,"update_time":1595962515,"id":1661505198590,"updated_at":"2022-08-26T09:13:18.590000Z","created_at":"2022-08-26T09:13:18.590000Z"}] comment

If I run the command "npm run build" it seems to be failing on the "navi-scripts build" step - navi-scripts: Using config at /private/tmp/react-blog/navi.config.js [ohshit] An error occured while building...