Open makabaka1880 opened 8 months ago
Just FYI this repo is deprecated and will continue to accrue security and dependency deprecation issues.
From the readme:
VuePress is now in maintenance mode. For a next-gen Vue-based SSG built on top of Vue 3 + Vite, check out VitePress.
It is frustrating that a google for vuepress goes to vuepress 1.x and there is no clear mention you are on a deprecated project. Almost like putting the gun in your hand, pointing it at your foot and saying "you should be more careful!"
This is "vuepress-next": https://v2.vuepress.vuejs.org/
In this case, there are "dependency deprecation issues". Since it does not work on nodejs 16+, you have to use version 16, with which new library versions no longer work.
I think this project was abandoned, which is a good lesson in the subsequent choice of platform for the site.
In this case, there are "dependency deprecation issues". Since it does not work on nodejs 16+, you have to use version 16, with which new library versions no longer work.
I think this project was abandoned, which is a good lesson in the subsequent choice of platform for the site.
https://vitepress.dev/ is pretty good.
@bn-l Unless it won't be abandoned in a couple of years :) There are no complaints against the author, it is just open source.
So I'm now trying to build my blog. The whole project is running smoothly under the dev environment, but I just can't build it. Repository: https://github.com/makabaka1880/makabaka1880/ Here's the output:
Any help will be appreciated.