Sorry for the newb question, but trying to start m...
# javascript
a
Sorry for the newb question, but trying to start my first js project and getting this error. Any ideas?
b
Try to build your project
and check is file exist or not
a
It throws this :(
I ended up deriving a project from a gradle kotlinjs template and that worked for me
u
Adam, yep, this is the best, recommended and less stressful way to start a Kotlin/JS project. What you've encountered is that K/JS project requires runtime library and if was not delcared and/or installed for some reason.
a
Interestingly it’s still throwing
Its dependency 'kotlin' was not found
Ah nm resolved - I was running it in a weird way