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

cannot run program npm #1

Open
JhinQaQ opened this issue Mar 21, 2020 · 3 comments
Open

cannot run program npm #1

JhinQaQ opened this issue Mar 21, 2020 · 3 comments

Comments

@JhinQaQ
Copy link

JhinQaQ commented Mar 21, 2020

在把项目打成jar包的时候出现了这个问题
image.png
cannot run program npm
但是npm在我的这台电脑被正确安装并配置到path了

@yangziwen
Copy link
Owner

yangziwen commented Mar 22, 2020

刚修复了一处node.js新版本不兼容的api调用,可以再更新下代码。

不过看截图里的情形,貌似还是npm命令无法调用的问题。
可以前往src/main/frontend目录,手动执行下npm install,看npm是否能够正常执行。

p.s.:你目前用的是windows么?

@JhinQaQ
Copy link
Author

JhinQaQ commented Mar 22, 2020

是的,我用的是Win10(Java8),执行npm Install后
image.png
提示有些mac上的依赖库无法使用,npm还是可以正常执行
但是打包还是会报cannot run program npm这个错误

@yangziwen
Copy link
Owner

yangziwen commented Mar 22, 2020

多谢你指出前端文件无法build的问题。

这个工具是2017年时写的。时至今日,iview框架的版本变更累积的比较多,貌似已经无法与旧版本的webpack兼容了(无法成功执行npm run build操作)。

因为本人不是专业前端,所以虽然按照网上的描述进行了各种尝试,但暂时未能解决这个问题。

如果只是想跑起来看下效果,可以参照readme中“开发&调试”部分的描述,按前后端分离的方式运行这个工程。

后续我会找时间对前端组件库做整体升级。

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