Skip to content
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

本地安装: 步骤 3:配置 foxpage app server 无法运行 #7

Closed
soonboylena opened this issue May 2, 2022 · 2 comments
Closed

Comments

@soonboylena
Copy link

按照文档中“本地安装”步骤中: “步骤 3:配置 foxpage app server ”
执行以下命令后,

 cd foxpage/foxpage-app-server
 npm install
 npm run start

出现错误,显示无法找到 manifest.json文件。

init static server proxy failed:/home/sunbo/Workspace/foxpage/hellofoxpage/foxpage-app-server/library/manifest.json: ENOENT: no such file or directory, open '/home/sunbo/Workspace/foxpage/hellofoxpage/foxpage-app-server/library/manifest.json'

image

@drxiao1
Copy link
Member

drxiao1 commented May 2, 2022

不好意思,文档还未更新。
解决方式:
需要在run start之前执行下run build命令,打包编译出依赖的静态资源放在项目根目录library中,启动时依赖

@drxiao1 drxiao1 closed this as completed May 2, 2022
@soonboylena
Copy link
Author

soonboylena commented May 6, 2022

执行 npm install 后,执行 npm run build,仍然发生异常

image

能否指导一下,我应该怎么处理? @drxiao1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants