Where to find kotlin-test-nodejs-runner 1.3.50?
# javascript
l
Where to find kotlin-test-nodejs-runner 1.3.50?
s
kotlin-test-nodejs-runner
is not published to NPM. It can be download using Kotlin Gradle JS plugin only. Plugin will download it into
build/js/packages_imported/kotlin/1.3.50
, and
yarn
will create symlink inside
build/js/node_modules
, so all packages under the
build/js/packages
should be able to find it.
x
how to config index.html
s
@xlj44400 please don’t post unrelated questions to same thread
src/main/resources/index.html
will be used by default (everything from
src/main/resources
will be used as webpack contentBase). So, you can put your files here. Also you can configure webpack devserver, but DSL is a bit ugly at the moment, here is more details: https://youtrack.jetbrains.com/issue/KT-32016
x
👌 thanks for Reply
l
@snrostov thanks for your remind. fixed by above packages. But I can not find symbol links under node_modules of the library. it’s a bug?
s
@linux_china yes, looks like a bug. Can you please share your project?