0

Please or Register to create posts and topics.

QuickApp pro cannot running it on beaglebone black (arm architecture)

Hello,

I bought for several days quickapp.pro and tried it on my beaglebone black (arm architecture it is like a raspberry pi).

I configured well the nginx webserver to serve asp.net core 5 and angular 11. With a test project worked all fine.

I downloaded it via git and followed up the instructions. The core project are fine, only getting errors on the angular part.

  • dotnet restore
  • cd into ClientApp and there npm install
  • then go back to root folder and there: dotnet public -c Release -r linux-arm -o /srv/QuickApp/ QuickApp.Pro.sln

I also tried without -r linux-arm with the same result.