Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ffeellight_b

3
Posts
A member registered Jan 30, 2022

Recent community posts

Hmm, I don't know. I install Node.js from the official website using a .pkg, though. Maybe also try using "su" or "sudo" to run the commands? My output is like this:

(zsh-1) kinky-dungeon % mkdir ~/Electron

(zsh-1) kinky-dungeon % cd ~/Electron

(zsh-1) Electron % ls

(zsh-1) Electron % npm install electron --save-dev   

added 75 packages in 3s

21 packages are looking for funding

  run `npm fund` for details

(zsh-1) Electron % ls

node_modules      package-lock.json package.json

(2 edits)

1/ Download kinky-dungeon-mac_arm.zip, find the App, right click to "Show package contents", then copy the Contents/Resources/app directory

2/ Install Node.js

3/ Create a new directory, cd to that directory and run that command in the terminal

4/ Find Electron/node_modules/electron/dist/Electron.app in this directory

5/ "Show package contents" then paste the kinky dungeon directory into Contents/Resources/

6/ Play using the Electron.app you just paste your directory in

This works for me.

(1 edit)

I had this problem too, but managed to get it working by building Electron on my Macbook first (with "npm install electron --save-dev"), then copying the Contents/Resources/app directory into Electron/node_modules/electron/dist/Electron.app.