Sheherezadhe / awair-uploader

GNU General Public License v3.0
121 stars 57 forks source link

Ubuntu - Elctron-forge #33

Open solid38 opened 2 years ago

solid38 commented 2 years ago

Hi,

I use Ubuntu 20.04.4. After intalling git, npm, nodejs and grab your project, i have this error :

image

Do you have an idea ?

Warmduscher commented 2 years ago

node-js version from ubuntus package repository is too old. Did you install a newer version?

solid38 commented 2 years ago

Hi, I uploaded to version 16 just before... :(

Warmduscher commented 2 years ago

i got it running on version 14. In #12 i posted the commands that got me running. Also you would need to manually apply the pr #32 to make it work.

madmanq commented 2 years ago

I have a different problem, the npm version, now is 8.6.0 awair .

nicolasevigo commented 2 years ago

I'm on 20.04 too, and was able to make it work with these versions:

$ nvm --version
0.38.0
$ npm --version
8.5.0
$ node --version
v16.14.2