-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
yarn install failed #248
Comments
Hmm, the thing is that the image you screenshotted only shown warnings, not error, does it give you another output? |
@kimlimjustin Yeah, it is a warning, but these are expected results when I run yarn install? |
Erm, does the development process actually works (run |
@kimlimjustin After I run |
I have the same bug, do you solve it?
|
Please try editing "web": "concurrently \"cd api/web && cargo run\" \"live-server ./out/src --no-browser\"", to: "web": "concurrently \"cd api/web && cargo run\" \"live-server ./out/src --no-browser --port=1234\"", and "devPath": "http://localhost:8080", to: "devPath": "http://localhost:1234", |
I have same bug after changing port as well
Please let me know if i missed something |
Description
When I followed the docs and try to develop this project, I countered this problem. How can I fix this?
I use Mac M1, and Mac OS Monterey 12.3.1
Steps To Reproduce
No response
Expected behavior
.
Xplorer Version
latest
Operating System Version
Mac OS Monterey 12.3.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: