[qgis-qwc2] Building QWC2 on windows

SL gis_loe at web.de
Wed Mar 24 08:04:07 PDT 2021


Well...
sort of.
"yarn start" works after I went to .\qwc2-demo-app\qwc2 and executed
"yarn add -dev uuid".

When I access the client with a browser no maps get displayed and the
browser console shows:
Uncaught TypeError: uuid__WEBPACK_IMPORTED_MODULE_4__.default is undefined

Seems to be related?

Thank you!

Am 24.03.2021 um 14:28 schrieb Sandro Mani:
>
> On 24.03.21 14:04, SL wrote:
>> Hello,
>>
>> I am trying to build QWC2 under Windows 10.
>> I am following the documentation ob Github:
>>
>> git clone --recursive https://github.com/qgis/qwc2-demo-app.git
>> yarn install
>> yarn start
>>
>> After "yarn install" I get some deprecation warnings for packages.
>> The process breaks during "yarn start" becaus of missing dependancies
>> ("uuid").
>>
>> I tried with a up-to-date NodeJS and with NodeJS 12.
>>
>> I posted a detailed description at stackexchange:
>> https://gis.stackexchange.com/questions/390915/qwc2-build-pipeline-problems
>>
>>
>> Question: Is it possible to build it under Windows? Did anybody try to
>> do it?
>> What could be the problem with my approach?
>>
> Does
>
> yarn add --dev uuid
>
> help?
>
> Sandro
>



More information about the qgis-qwc2 mailing list