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

Could not start #90

Closed
yunwwang opened this issue Aug 30, 2022 · 1 comment
Closed

Could not start #90

yunwwang opened this issue Aug 30, 2022 · 1 comment

Comments

@yunwwang
Copy link

yunwwang commented Aug 30, 2022

I am using MacBook with M1 chips.

when I start,

./gradlew build failed

Error:

Task :kotlinNpmInstall FAILED
error Couldn't find package "[email protected]" required by "[email protected]" on the "npm" registry.
Error: Couldn't find package "[email protected]" required by "[email protected]" on the "npm" registry.

@dotasek
Copy link
Collaborator

dotasek commented Oct 12, 2022

I have not been able to replicate this.

On my Mac M1, I clone the repository, then

./gradlew build
./gradlew run

It's possible that a temporary network issue prevented the download of some dependencies. One thing I have had to do on occasion is ./gradlew build --refresh-dependencies to force a refresh if something went wrong with a download.

If things are particularly bad, I have also resorted to this: rm -rf $HOME/.gradle/caches/ but I think I've only had to do that once.

@dotasek dotasek closed this as completed Oct 12, 2022
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