码迷,mamicode.com
首页 > 其他好文 > 详细

【问题解决】访问jhipster-registry-master出现空白页

时间:2018-04-08 13:20:43      阅读:2046      评论:0      收藏:0      [点我收藏+]

标签:log   http   sass   clone   bubuko   空白   问题解决   无法登录   nod   

问题概述:

刚从github拉下来的jhipster-registry-master直接运行,访问http://localhost:8761会发现会空白页,但是网页的title显示正常,本文目的是解决这个问题

解决过程:

项目已经拉下来请忽略步骤1、

1、假设你还没有拉项目 命令行cd到目标文件夹,执行git clone https://github.com/jhipster/jhipster-registry.git

2、cd jhipster-registry-master

3、./mvnw或者mvnw运行起来这个项目,会自动build项目,启动成功如图

技术分享图片

ctrl + c 停止运行

4、运行yarn构建项目前端部分,依次输入执行

yarn
yarn add node-sass
yarn start

yarn add node-sass 是为了安装依赖的node-sass包,在安装yarn时,如果node-sass没有安装成功,前端构建会报错。

yarn start 会自动启动这个项目并打开浏览器页面,如图

技术分享图片

出现的这个页面是无法登录的,ctrl +c 停止运行

5、重新./mvnw或mvnw启动项目,访问http://localhost:8761/

 技术分享图片

如图,问题解决。

【问题解决】访问jhipster-registry-master出现空白页

标签:log   http   sass   clone   bubuko   空白   问题解决   无法登录   nod   

原文地址:https://www.cnblogs.com/hellxz/p/8744158.html

(0)
(2)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!