Hey guys, I've been having issues building by Kotl...
# javascript
c
Hey guys, I've been having issues building by KotlinJS project with the following error:
Copy code
error An unexpected error occurred: "<https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.4.tgz>: Request failed \"404 Not Found\"".

> Task :kotlinNpmInstall FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kotlinNpmInstall'.
>                 Process 'Resolving NPM dependencies using yarn' returns 1

                  yarn install v1.22.10
  info No lockfile found.
  [1/4] Resolving packages...
  [2/4] Fetching packages...
Was able to run the project fine an hour ago. Any idea what could be causing this?
c
Turns out the server hosting ESLint was down. Now the project is building fine. Thanks again 👍🏾👍🏾
a
Now I am facing this exact same issue