Hey im trying to find why an unmodified brand new ...
# javascript
b
Hey im trying to find why an unmodified brand new project made in IntelliJ from Kotlin -> JS Client and JVM server | Gradle fails to build with
Copy code
C:\Users\User\IdeaProjects\TestMulti2\build\js\packages\TestMulti2\node_modules\.bin\webpack:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
          ^^^^^^^

SyntaxError: missing ) after argument list
    at new Script (vm.js:80:7)
    at createScript (vm.js:274:10)
    at Object.runInThisContext (vm.js:326:10)
    at Module._compile (internal/modules/cjs/loader.js:664:28)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
    at Module.load (internal/modules/cjs/loader.js:600:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
    at Function.Module._load (internal/modules/cjs/loader.js:531:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
    at startup (internal/bootstrap/node.js:283:19)

FAILURE: Build failed with an exception.
Like I said, this is a project created fresh from the template with 0 modifications made. Thanks in advance.
s
Hi! Looks like you're on Windows. Windows is not supported at 1.3.40. Will be supported at 1.3.50. The first EAP will be published in a couple of days.
b
Thank you. Can confirm the issue is resolved with 1.3.50-eap.