Error when running “zeus dev” #245
Answered
by
silver-zepp
2382958980
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
silver-zepp
Sep 25, 2023
Replies: 1 comment 2 replies
-
Please try these steps @2382958980 Make sure you have up-to-date main libs: Then I would suggest re-installing the LTS version of Node.js (not the "Current" one): If that still doesn't work last suggestion would be to move the zeppos-sample-main library to the root of your Let me know if that fixes the issue! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
2382958980
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please try these steps @2382958980
Make sure you have up-to-date main libs:
npm install @zeppos/zpm -g
npm install @zeppos/zeus-cli -g
(restart your terminal/VSCode after the update)
Then I would suggest re-installing the LTS version of Node.js (not the "Current" one):
https://nodejs.org/en/download
If that still doesn't work last suggestion would be to move the zeppos-sample-main library to the root of your
D:
drive, making sure you don't have complex Unicode characters in the path.Let me know if that fixes the issue!