<html><head><title>instalation help and error</title>
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hello Qgis-qwc2,<br>
<br>
I have tried to install qwc2 client demo app by the instructions from the github docs but I have run into some issues.<br>
I think they are related to instalation of NodeJS but I need help from a professionals or developers<br>
<br>
Operating System: Windows Server 2012 R2 Standard<br>
<br>
1. I have installed Git from the website (windows exe installation)<br>
2. I have installed scoop <br>
3. With scoop i have installed nodejs and yarn<br>
4. Created a folder C:\git\<br>
5. I have performed git clone of my forked qwc2-demo-app repo<br>
6. with git bash console i have navigated to qwc2-demo-app and started yarn install but it reproduce an error:<br>
<br>
==========================================================================================================================================================<br>
$ yarn install<br>
yarn install v1.12.3<br>
[1/4] Resolving packages...<br>
[2/4] Fetching packages...<br>
info fsevents@1.1.3: The platform "win32" is incompatible with this module.<br>
info "fsevents@1.1.3" is an optional dependency and failed compatibility check.<br>
Excluding it from installation.<br>
[3/4] Linking dependencies...<br>
warning " > react-chartist@0.13.1" has incorrect peer dependency "chartist@^0.10<br>
.1".<br>
warning " > redux-devtools-dock-monitor@1.1.2" has incorrect peer dependency "re<br>
act@^0.14.9 || ^15.3.0".<br>
[4/4] Building fresh packages...<br>
[1/3] ⡀ deasync<br>
[-/3] ⡀ waiting...<br>
error C:\git\qwc2-demo-app\node_modules\deasync: Command failed.<br>
Exit code: 1<br>
Command: node ./build.js<br>
Arguments:<br>
Directory: C:\git\qwc2-demo-app\node_modules\deasync<br>
Output:<br>
C:\git\qwc2-demo-app\node_modules\deasync>if not defined npm_config_node_gyp (node "C:\Users\nesh\scoop\apps\nodejs\current\node_modules\npm\bin\node-gyp-bin\<br>
\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )<br>
gyp info it worked if it ends with ok<br>
gyp info using node-gyp@3.8.0<br>
gyp info using node@11.2.0 | win32 | x64<br>
gyp ERR! configure error<br>
gyp ERR! stack Error: Command failed: C:\Users\nesh\AppData\Local\Programs\Python\Python36-32\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3<br>
];<br>
gyp ERR! stack   File "<string>", line 1<br>
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];<br>
gyp ERR! stack                                ^<br>
gyp ERR! stack SyntaxError: invalid syntax<br>
gyp ERR! stack<br>
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:294:12)<br>
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)<br>
gyp ERR! stack     at maybeClose (internal/child_process.js:978:16)<br>
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)<br>
gyp ERR! System Windows_NT 6.3.9600<br>
gyp ERR! command "C:\\Users\\nesh\\scoop\\apps\\nodejs\\current\\node.exe" "C:\\Users\\nesh\\scoop\\apps\\nodejs\\current\\node_modules\\npm\\node_mo<br>
dules\\node-gyp\\bin\\node-gyp.js" "rebuild"<br>
gyp ERR! cwd C:\git\qwc2-demo-app\node_modules\deasync<br>
gyp ERR! node -v v11.2.0<br>
gyp ERR! node-gyp -v v3.8.0<br>
gyp ERR! not ok<br>
==========================================================================================================================================================<br>
<br>
Could you help me what went wrong and to give me some direction how to fix this?<br>
<br>
Thanks<br>
<br>
<span style=" font-family:'calibri'; color: #c0c0c0;"><i>-- <br>
Best regards,<br>
 Nesh</body></html>