Closed amidos2006 closed 3 years ago
Hey! Looks like you may have the wrong haxelib version of electron. We're currently using 4.1.4
(you can install it with haxelib install electron 4.1.4
).
That is the one I have installed on my machine. Here is the haxelib list
output:
electron: 4.1.4 [11.3.0]
haxe-loader: [0.9.0]
hxnodejs: [12.1.0]
jQueryExtern: [3.2.1]
So you currently have version 11.3.0
set - try haxelib set electron 4.1.4
Thanks a lot, it worked but I needed to install webpack
which was not specified in the readme :) But everything worked now :) sorry my bad
Glad it worked! webpack
should have installed when you called npm i
though 🤔
Its listed here in the package.json
- https://github.com/Ogmo-Editor-3/OgmoEditor3-CE/blob/master/package.json#L31
Yeah, I can see it but npm i
had a couple of problems that I needed to call npm audit fix
. That might be the problem why it was never installed and I had to install it manually.
I tried to follow the build process in the README.md file on my new Mac Book Air M1 and I got the following errors when I run
npm run build