Ferdi: Installing this fork

Created on 27 Mar 2019  Â·  12Comments  Â·  Source: getferdi/ferdi

This may be a stupid question, but can anyone tell me how to install this fork in MacOS? I just used the regular .dmg installer when I installed the original version. Thanks!

Most helpful comment

Everyone, please see https://github.com/kytwb/ferdi/releases/tag/Ferdi-5.2.0-beta.3 for the latest assets.

All 12 comments

I will make the installers available shortly.
Personally, I ran the packaging command locally (following the README).

Great, thanks. I'll keep my eye out for them.

My impression is that on MacOS if you follow the brew build instructions it will just install the original version of Franz. I'm not sure how to specify this fork (or if that is even possible). I know that you can compile this package using Xcode in MacOS, but I didn't really feel like installing that program (~8Gb) just to compile this one app.

Don't need to install Xcode to build Franz. You need primarily need Node.js/npm (there might be other dependencies baseed on your system) and run the packaging command as per the README: npm run build. I'm going to run it locally and make the distributable(s) it produces available.

Thanks @kytwb ! I actually ended up figuring out how to use npm to build it myself, but I'll switch over to your release once you get take it out of beta.

installed the Franz-5.0.0-beta.24.dmg and works great except the lower three icons do not load.

Screen Shot 2019-04-05 at 10 59 37 AM

Thanks for the feedback, I will double check!

Cross-posting here from https://github.com/kytwb/ferdi/issues/4#issuecomment-495994693:

We should really try to make all-platform automatic builds upon releases. Just like Franz and similar projects. Electron builds for almost every installation technology (snaps, flatpack, etc. excluded I believe).

I am getting the following error when I try to build on Mojave :

ferdi master ✗ △ ➜ npm install

> [email protected] postinstall /private/tmp/ferdi
> npx lerna run prepare

lerna notice cli v3.14.1
lerna info versioning independent
lerna info Executing command in 3 packages: "npm run prepare"
lerna info run Ran npm script 'prepare' in '@meetfranz/theme' in 12.4s:

> @meetfranz/[email protected] prepare /private/tmp/ferdi/packages/theme
> tsc

lerna ERR! npm run prepare exited 2 in '@meetfranz/forms'
lerna ERR! npm run prepare stdout:

> @meetfranz/[email protected] prepare /private/tmp/ferdi/packages/forms
> tsc

src/button/index.tsx(238,11): error TS2322: Type 'string | undefined' is not assignable to type '"button" | "reset" | "submit" | undefined'.
  Type 'string' is not assignable to type '"button" | "reset" | "submit" | undefined'.

lerna ERR! npm run prepare stderr:
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @meetfranz/[email protected] prepare: `tsc`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @meetfranz/[email protected] prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/anmol.j/.npm/_logs/2019-06-03T20_05_06_009Z-debug.log

lerna ERR! npm run prepare exited 2 in '@meetfranz/forms'
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] postinstall: `npx lerna run prepare`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/anmol.j/.npm/_logs/2019-06-03T20_05_06_095Z-debug.log

Would you happen to know what am I missing here, or what have I got wrong? Old nodejs? Old npm etc?

Everyone, please see https://github.com/kytwb/ferdi/releases/tag/Ferdi-5.2.0-beta.3 for the latest assets.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

avielc picture avielc  Â·  3Comments

AP-Hunt picture AP-Hunt  Â·  3Comments

PeSader picture PeSader  Â·  3Comments

Jendker picture Jendker  Â·  3Comments

ammarmalhas picture ammarmalhas  Â·  3Comments