I am getting: "'node' is not recognized as an internal or external command" error during gradle buil...
t
I am getting: "'node' is not recognized as an internal or external command" error during gradle build. Kotlin 1.6.0-RC. More in thread.
Copy code
> Task :rootPackageJson UP-TO-DATE

> Task :kotlinNpmInstall FAILED
error D:\work\workspace\boardgames\build\js\node_modules\@fortawesome\fontawesome-common-types: Command failed.
Exit code: 1
Command: node attribution.js
Arguments: 
Directory: D:\work\workspace\boardgames\build\js\node_modules\@fortawesome\fontawesome-common-types
Output:
'node' is not recognized as an internal or external command,
operable program or batch file.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kotlinNpmInstall'.
>                 Process 'Resolving NPM dependencies using yarn' returns 1
                  
                  yarn install v1.22.10
  info No lockfile found.
  [1/4] Resolving packages...
  [2/4] Fetching packages...
  info fsevents@2.3.2: The platform "win32" is incompatible with this module.
  info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
  [3/4] Linking dependencies...
  [4/4] Building fresh packages...
  info Visit <https://yarnpkg.com/en/docs/cli/install> for documentation about this command.


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at <https://help.gradle.org>

BUILD FAILED in 12s