fuse-open / fuse-sdk

Build beautiful, high-performance iOS and Android apps with a single codebase
https://fuseopen.com
MIT License
27 stars 6 forks source link

fuse-sdk@1.13.0 installation error or Ubuntu 16.04 #3

Closed ansarizafar closed 4 years ago

ansarizafar commented 4 years ago

I am trying to install fuse-sdk@1.13.0 on Ubuntu 16.04 with nodejs 12.9.0. I have already installed Mono from this link https://www.mono-project.com/download but I am still getting error ERROR: Mono (>= 5.4.1.7) was not found.

image

mortend commented 4 years ago

Oh. :/

Can you please provide the output of these commands?

which mono
mono --version
mono --version | head -n1 | egrep -o '[0-9].*-[0-9]' | awk '{print $1;}'
ansarizafar commented 4 years ago

Here is the output of these commands

image

mortend commented 4 years ago

Thank you!

mortend commented 4 years ago

I've published a new version of dotnet-run.

If you reinstall the problem should be fixed.

mortend commented 4 years ago

Closing the issue, please reopen again if the problem persists.