-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Comments
removing the lock files and running ./scripts/bootstrap results in a a built application, but ./script/server-frontend does not work. |
Hi @derek-adair any progress with this issue? |
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. |
|
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:
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: