Hello everyone!
I am using Intellij IDEA 2023.3.5 to develop my kotlin project. I had an error that I tried to fix by invalidating the cache of the IDE (File -> Invalidate cache -> Invalidate Cache and Restart). Now, I cannot build and run my project anymore. I got this error (see pictures).
I tried running "yarn add v1.22.17" but it doesn't change anything. I uninstalled Intellij and reinstalled but nothing changed and I even tried on Android Studio but same. I am running out of ideas on how to get back and fix this, could you please help me? I visited the links suggested but as I am new to this technology I am afraid to mess up even more.
Thank you very much!
m
marlonlom
04/07/2024, 7:34 PM
mm, first, try to put the project folder in a more readable location... in windows, you must avoid names with spaces for better naming.
second, for the
kotlinNpmInstall
task, did you configure settings for yarn via .yarnrc and .npmrc in the project folder?