Replies: 17 comments 4 replies
-
建议参考文档:https://docs.halo.run/developer-guide/core/run 在不熟悉项目的情况下,建议不做任何修改,完全按照文档的步骤进行。 此问题不属于 issue,我将转移到 Discussion。 |
Beta Was this translation helpful? Give feedback.
-
好吧我删了。再按开发者环境中说的再操作一遍试试。 |
Beta Was this translation helpful? Give feedback.
-
请问一下我有JDK20.0.1 环境还需不需要安装OpenJDK 17 LTS? |
Beta Was this translation helpful? Give feedback.
-
很不巧,我用的VSCode Insiders 没有安装IntelliJ,不是很习惯。 |
Beta Was this translation helpful? Give feedback.
-
我其实的想通过win10直接配置运行环境比如JDK、PostgreSQL、nodejs等等,不安装Docker这类容器,直接用npm或pnpm运行开发模式可以吗?因为我电脑上安装了这些环境,不想再安装其他的软件。最小化运行 |
Beta Was this translation helpful? Give feedback.
-
一切换安文档操作的 Manage your dependencies: Review your dependencies: Run your scripts: Other: Manage your store: Options: ╭─────────────────────────────────────────────────────────────────╮ Progress: resolved 1385, reused 1383, downloaded 0, added 1385, done dependencies:
devDependencies:
. prepare$ cd .. && husky install console/.husky
Scope: 3 of 4 workspace projects <script src="/assets/vue/vue.global.a73fc631.js"></script> 18:30:15 <script src="/assets/vue-router/vue-router.global.a73fc631.js"></script> <script src="/assets/vue-demi/vue-demi.a73fc631.js"></script> <script src="/assets/vueuse/vueuse.shared.iife.a73fc631.js"></script> <script src="/assets/vueuse/vueuse.core.iife.a73fc631.js"></script> <script src="/assets/vueuse/vueuse.components.iife.a73fc631.js"></script> <script src="/assets/vueuse/vueuse.router.iife.a73fc631.js"></script> <script src="/assets/components/halo-components.iife.a73fc631.js"></script> <script src="/assets/console-shared/halo-console-shared.iife.a73fc631.js"></script>
VITE v4.0.4 ready in 9931 ms ➜ Local: http://localhost:3000/console/ 18:30:15 WARN 18:30:35 |
Beta Was this translation helpful? Give feedback.
-
这一部分的文档在你的浏览器是否无法正常加载?如果是,请告知一下你的浏览器版本,我们尝试复现一下文档显示不全的问题。 |
Beta Was this translation helpful? Give feedback.
-
8090端口访被拒绝,需要访火墙里面开启吗? |
Beta Was this translation helpful? Give feedback.
-
首先需要先按照文档启动 halo 服务 然后在运行前端项目也就是用 pnpm运行的部分,然后在访问localhost:8090,如果你的8090访问不到就是你没有运行 halo 的服务端只运行了前端部分
|
Beta Was this translation helpful? Give feedback.
-
哦,似乎你说到点子上了,我马上去试试 |
Beta Was this translation helpful? Give feedback.
-
可以进后台了,gradle任务一直是 92% EXECUTING [1h 38m 30s] ,有什么问题吗? |
Beta Was this translation helpful? Give feedback.
-
感谢@guqing 和 @ruibaby |
Beta Was this translation helpful? Give feedback.
-
是什么版本出现了此问题?
"name": "@halo-dev/console", "version": "2.7.0"
使用的什么数据库?
PostgreSQL
使用的哪种方式部署?
Fat Jar
在线站点地址
No response
发生了什么?
#第一次安装
问题路径:http://localhost:8090/console/ 和 http://localhost:8090/console/setup
系统:Windows 10 专业版 22H2 内部版本号:19045.3208
java version "20.0.1" 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing)
pnpm -v 8.5.1
node.js 18.14.2
[#运行如下面提示]
07:57:10
VITE v4.0.4 ready in 26993 ms
➜ Local: http://localhost:8090/console/ 07:57:10
➜ Network: http://10.37.114.239:8090/console/ 07:57:10
➜ Network: http://172.23.224.1:8090/console/ 07:57:10
➜ press h to show help 07:57:10
[vite-plugin-static-copy] Collected 9 items. 07:57:10
WARN 07:58:12
A PostCSS plugin did not pass the
from
option topostcss.parse
. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.相关日志输出
No response
附加信息
无法登录
初始化状态始终不变
Beta Was this translation helpful? Give feedback.
All reactions