Trying out the `addressbook-fullstack-ktor` exampl...
# kvision
r
Trying out the
addressbook-fullstack-ktor
example and getting this error on `frontendRun`:
Copy code
> [webpack-cli] Unable to load '@webpack-cli/serve' command
  [webpack-cli] TypeError: options.forEach is not a function
  [webpack-cli] TypeError: options.forEach is not a function
      at WebpackCLI.makeCommand (/home/raman/source_ext/kvision-examples/addressbook-fullstack-ktor/build/js/node_modules/webpack-cli/lib/webpack-cli.js:173:21)
      at ServeCommand.apply (/home/raman/source_ext/kvision-examples/addressbook-fullstack-ktor/build/js/node_modules/@webpack-cli/serve/lib/index.js:41:19)
      at loadCommandByName (/home/raman/source_ext/kvision-examples/addressbook-fullstack-ktor/build/js/node_modules/webpack-cli/lib/webpack-cli.js:907:35)
      at async Command.<anonymous> (/home/raman/source_ext/kvision-examples/addressbook-fullstack-ktor/build/js/node_modules/webpack-cli/lib/webpack-cli.js:1462:17)
      at async Promise.all (index 0)
      at async WebpackCLI.run (/home/raman/source_ext/kvision-examples/addressbook-fullstack-ktor/build/js/node_modules/webpack-cli/lib/webpack-cli.js:1500:9)
      at async runCLI (/home/raman/source_ext/kvision-examples/addressbook-fullstack-ktor/build/js/node_modules/webpack-cli/lib/bootstrap.js:11:9)
r
Kotlin/JS is broken today.
You need to apply a workaround
r
The workaround you gave there worked, thanks