BugInACode

Results 20 comments of BugInACode

Ah yes, my mistake I thought it was changed to python2 after installing. ``` $ which python /home/aquarius/anaconda3/bin/python $ python --version Python 3.7.6 ``` ~~I have two python binaries `python2`...

Just reran `yarn install --frozen-lockfile` and did not produce any errors. `yarn icon-gen` and `yarn build-release` also completed successfully, however I still get an error after running the AppImage on...

`yarn grunt` had no errors but the AppImage being run on the pinephone did not change as per my last response.

When I try to install `electron-builder` using `yarn add electron-builder [--dev]` I am unable to as there is a conflict between some modules. If using nvm v10.19.0 there is an...

@Bilb @peepopoggers I have taken this a few steps back and attempted to build the AppImage for my x64 and was able to run it. I have then proceeded to...

No it does not remove the error EDIT: I assume you also meant follow all the steps I took previously and that they are correct

Just tried to see if the latest updates fixed this and I can only get so far as to run `yarn install --frozen-lockfile` and run in to the error >...

@necro-nemesis changing the version to `14.16.0` did allow ~~it to attempt to build~~ `yarn install --frozen-lockfile` to execute but it failed giving [this error](https://pastebin.com/cKmTqcbk). Unfortunately I'm not familiar with this...

I was able to build the AppImage for the pinephone, but when I tried opening it I got [this error](https://pastebin.com/G179TAH8), again not sure how to proceed but it does look...

I don't think the timeout was a problem for me, I have been building on an x64 system if that makes any difference. Hopefully the devs pull through then!