Has anyone managed to get the full-stack example (...
# javascript
c
Has anyone managed to get the full-stack example (https://github.com/Kotlin/kotlin-fullstack-sample) building on Windows? I get:
Copy code
:frontend:webpack-config UP-TO-DATE
:frontend:webpack-bundle
module.js:472
    throw err;
    ^

Error: Cannot find module 'C:\programming\fullstack\frontend\build\node_modules\webpack\bin\webpack.js'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:420:7)
    at startup (bootstrap_node.js:139:9)
    at bootstrap_node.js:535:3
:frontend:webpack-bundle FAILED
when running
gradlew build
or
gradlew bundle
c
Could you please try with 0.0.18 ?
c
Works perfectly with 0.0.18, thank you 🙂