does anyone expecting this issue with `frontend` p...
# javascript
d
does anyone expecting this issue with
frontend
plugin?
Copy code
3874 verbose stack Error: Command failed: C:\Program Files\Git\cmd\git.EXE submodule update -q --init --recursive
3874 verbose stack C:\Program Files\Git\mingw64/libexec/git-core\git-submodule: line 19: .: git-sh-setup: file not found
3874 verbose stack
3874 verbose stack     at ChildProcess.exithandler (child_process.js:275:12)
3874 verbose stack     at emitTwo (events.js:126:13)
3874 verbose stack     at ChildProcess.emit (events.js:214:7)
3874 verbose stack     at maybeClose (internal/child_process.js:925:16)
3874 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
3875 verbose cwd C:\dev\git\react-tutorial-kotlin\build
3876 verbose Windows_NT 10.0.16299
3877 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\mykola\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
3878 verbose node v8.9.4
3879 verbose npm  v5.6.0
ok. this was a weird error with default git setup. i'm using win10 and have fixed this by adding
c:\Program Files\Git\mingw64\libexec\git-core\
to the
%PATH%