How to run dev version of GDevelop on Windows?

I want to build and run dev version of GDevelop. My OS is Windows.
I downloaded file gitCloneAndBuildGD.bat and run it.
It pulled GDevelop files and run GDevelop.
GDevelop window is open but it looks strange and the menu is empty:

Messages in command line (click here to open)
> gdevelop-ide@0.1.0 start C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app
> npm run import-resources && react-scripts start


> gdevelop-ide@0.1.0 import-resources C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app
> cd scripts && node import-libGD.js && node import-GDJS-Runtime.js && node import-monaco-editor.js && node import-zipped-editor.js piskel 5.0.0-beta56 a2c36775109a1c1181d0b9ab9b7c903365c4ecb340118f1237b66236f23e20dd && node import-zipped-editor.js jfxr 5.0.0-beta55 8ac12b557c2ddba958c6f0d3e0c5df8cf3369a65262dcb90cf5c8a7a7d20bdf6

� Downloading pre-built libGD.js from https://s3.amazonaws.com/gdevelop-gdevelop.js (be patient)...
ℹ️ Trying to download libGD.js for HEAD.
✅ libGD.js downloaded and stored in public/libGD.js
✅ Copied libGD.js to node_modules folder
Copying GDJS and extensions runtime files (*.js) to "C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app\resources\GDJS\Runtime"...
�����஢��� 䠩���: 0.
�����஢��� 䠩���: 0.
✅ Copied GDJS and extensions runtime files (*.js) to "C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app\resources\GDJS\Runtime".
Copying GDJS and extensions runtime files (*.js) to "C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app\node_modules\GDJS-for-web-app-only\Runtime"...
�����஢��� 䠩���: 0.
�����஢��� 䠩���: 0.
✅ Copied GDJS and extensions runtime files (*.js) to "C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app\node_modules\GDJS-for-web-app-only\Runtime".
✅ Sources of Monaco Editor properly copied in public folder
✅ piskel-editor already existing in public/external/piskel folder and up-to-date - skipping download
✅ jfxr-editor already existing in public/external/jfxr folder and up-to-date - skipping download
Compiled with warnings.

./node_modules/react-mosaic-component/lib/util/OptionalBlueprint.js
Module not found: Can't resolve '@blueprintjs/core' in 'C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app\node_modules\react-mosaic-component\lib\util'

./node_modules/react-mosaic-component/lib/util/OptionalBlueprint.js
Module not found: Can't resolve '@blueprintjs/icons' in 'C:\Users\Andrey\Documents\Projects\GDevelop\Src\GDevelop\newIDE\app\node_modules\react-mosaic-component\lib\util'

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

How to run dev version correctly?

1 Like

Dev version of GDevelop finally started after about 20 minutes.

1 Like