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

./scripts/bootstrap doesn't work #704

Open
derek-adair opened this issue Jun 10, 2023 · 5 comments
Open

./scripts/bootstrap doesn't work #704

derek-adair opened this issue Jun 10, 2023 · 5 comments

Comments

@derek-adair
Copy link

Description:

./scripts/bootstrap doesn't work for me. Depending on the version of node I use to build, i get various errors from yarn install.

Tell us a bit about yourself:

  • Version of JekyllAdmin I'm using: origin/master
  • Version of Jekyll I'm using: 4.3.1
  • Version of NodeJS I'm using: Tried 16.x and 18.x
  • Operating System Ubuntu 20.04

Steps to reproduce:

  1. git clone git@github.com:jekyll/jekyll-admin.git
  2. ./scripts/bootstrap

I expected the following:

A local copy of jekyll-admin I can modify.

But got the following, instead:

Various yarn errors depending on the version of node i'm using, I can supply them if necessary but I dont think this is the case.

Other details:

the frontend dependencies have not been updated in >3 years. It would be prudent to regenerate your lock files. Additionally, it can be troublesome to commit package-lock.json and yarn.lock. These were compiled on node 16, which is no longer supported.

@derek-adair derek-adair changed the title Cannot bootstrap for development on jekyll-admin. ./scripts/bootstrap doesn't work without removing package-lock.json and yarn.lock Jun 10, 2023
@derek-adair
Copy link
Author

derek-adair commented Jun 10, 2023

removing the lock files and running ./scripts/bootstrap results in a a built application, but ./script/server-frontend does not work.

@derek-adair derek-adair changed the title ./scripts/bootstrap doesn't work without removing package-lock.json and yarn.lock ./scripts/bootstrap doesn't work Jun 10, 2023
@derek-adair
Copy link
Author

@thaleshcv
Copy link

Hi @derek-adair any progress with this issue?

@derek-adair
Copy link
Author

Nope. No longer using this project for various reasons which are far beyond the scope of this issue. I still recommend using jekyll for any developer but i've moved over to Ghost for clients that need a UI for CMS.

IMO This is still a vital issue in order for this project to survive so someone should probably submit a PR.

@cynic64
Copy link

cynic64 commented Dec 28, 2023

scripts/bootstrap, scripts/build, and scripts/server-frontend all work with node 13 as long as you don't delete package-lock.json. But I agree it would be nice to use newer versions.

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

No branches or pull requests

3 participants