Open pooyakn opened 3 years ago
Yes can conform this, same issue.
Downgrade the webpack and webpack-cli (package.json) to these versions:
"webpack": "^4.5.0",
"webpack-cli": "^3.0.4",
They have been bumping the versions but not updating the codebase.
i fix it with >> shell.exec('npx webpack --progress') in post_install.js
Pull the latest code. It should be fixed with PR https://github.com/DeviaVir/zenbot/pull/2624
KINDLY READ AND ACT ON THE BELOW INFORMATION BEFORE FILING YOUR ISSUE!
Please go to our Zenbot subreddit for questions, help and support:
https://www.reddit.com/r/zenbot/
If you open a GitHub issue, here is our policy:
Here's why we have that policy: Zenbot developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals and rarely leads to bugfixes or useful enhancements. GitHub also notifies hundreds of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Reddit.
Remove everything above before creating your issue.
System information
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request.
cannot run postinstall script. and I cannot see web gui.
if I remove
-p
options:what version?
what is in
/assets
directory?Source code / Error logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.