-
Notifications
You must be signed in to change notification settings - Fork 122
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
控制台无异常,但是无法访问页面 #5
Comments
@tanhe123 java 这套我不熟,最好你来看一下了。 |
@junbaor 我先试着答,先试试看 fix 一个东西是 backend |
@junbaor 出现状态码为200的页面控制台有没有错误? |
访问了一下 http://ali.junbaor.com:8080/user 返回正确结果,说明程序已经成功运行起来了 |
帮忙执行下面两句:
然后把结果贴一下 |
文件大小不对~
|
我同时提供另外一种思路啊,换种部署方式看看,因为这项目前后端是分离的,可以这样
|
重新 build 前端即可~ |
先确定这3点吧。 |
抽空在本地起了个虚拟机,前端还是有点问题,尝试
|
你的 node-sass 没装上,再跑下 |
@hackape 错误如下,google 好久搞不定 😳
|
sass/node-sass#1484 看到说它对 node 6 不支持,我这边装的是 node v5.6.0 试试看? |
刚刚已经尝试着解决了,方式如下:
@hackape 所说的 node 版本问题待会我会重新搭建采用 node v5.6.0 试试 Thank you ! 👍 |
@junbaor 你能帮我看看 /lib/nodejs/lib/node_modules/node-sass 的 package.json 里头它的版本号是多少吗?感觉除非是版本有差,不然这不科学啊,没道理全局装就好,local 装就不行的。 |
@hackape v3.10.0 指的是和 frontend 下 package.json 中 node-sass v3.8.0 这个版本号不一致吗? |
@node-sass 的 build 好像经常出平台相关的问题,我索性换成 stylus 了。 |
mvn install
结果为BUILD SUCCESS
mvn clean spring-boot:run
启动 Backend 时控制台如上图所示http://ali.junbaor.com:8080/
只是出现一个状态码为200的空白页http://ali.junbaor.com:8080/test
会出现下图The text was updated successfully, but these errors were encountered: