terkelg / ramme

Unofficial Instagram Desktop App.
MIT License
3.32k stars 400 forks source link

Compilation error #265

Closed gamaanderson closed 6 years ago

gamaanderson commented 6 years ago

I'm trying to install compile the latest version on linux (Debian). When I run yarn install, all I got is

yarn install v1.3.2
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.1.1: The platform "linux" is incompatible with this module.
info "fsevents@1.1.1" is an optional dependency and failed compatibility check. Excluding it from installation.
error electron-builder@19.37.2: The engine "node" is incompatible with this module. Expected version ">=6.0.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
bilelmoussaoui commented 6 years ago

You need a newer version of node.

gamaanderson commented 6 years ago

thank you