-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
zk init error #12
Comments
I am facing same issue |
Have you run |
I got the same error! is there any solution? |
Hey! Thanks for the questions! |
The problem is that in the scripts section of the package.json file, it seems that there's no "preprocess" script defined. |
try this. |
also ,you can try run, git submodule init , git submodule update, first . |
log: add sync status log
feat: Gateway upgrade test
I'm trying to build the server from the source code on Ubuntu 20.04, but got an error while running
zk init
:I tried install
preprocess
via yarn, but the output remains the same. How can i fix it?The text was updated successfully, but these errors were encountered: