Hey there, I’m trying compose web for the first ti...
# compose-web
j
Hey there, I’m trying compose web for the first time today. It’s been a few times that I face this error
Copy code
> Task :jsBrowserDevelopmentRun FAILED
[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
d
Any chance you're using kotlin script and the example you're copying from is not (or vice versa?)
j
This was the issue (and the fix) : https://youtrack.jetbrains.com/issue/KT-49124
d
Ah fair enough!