I'm trying to run kotlin-fullstack-example <https:...
# announcements
x
I'm trying to run kotlin-fullstack-example https://github.com/Kotlin/kotlin-fullstack-sample I clone git repo and run
gradle :frontend:run
Then get following error:
Copy code
> Task :frontend:npm-install
npm ERR! code ETARGET
npm ERR! notarget No matching version found for kotlin@1.1.1
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
Anybody managed to get it running?
o
@cy