dsieradzki / makoon

A Web Application for easy Kubernetes Cluster Management for Proxmox VE
https://www.linkedin.com/in/dsieradzki
Other
71 stars 7 forks source link

Error building #50

Closed namm86 closed 1 year ago

namm86 commented 1 year ago

Getting this error while executing wails build:

go version go1.18.1 linux/amd64 Wails CLI v2.2.0

A Type: desktop Platforms: linux/amd64 Compiler: /usr/bin/go Skip Bindings: false Build Mode: Production Frontend Directory: /home/nico/Documents/k8/k4prox/frontend Obfuscated: false Skip Frontend: false Compress: false Package: true Clean Bin Dir: false LDFlags: "" Tags: [] Race Detector: false

Building target: linux/amd64

Error: exit status 1 ERROR: exit status 1

dsieradzki commented 1 year ago

It's look like dev environment issue rather than app itself. Check Node.js version, it should be latest LTS(v18.12.1). Clear node_modules Ensure that you have Wails v2.2.0 Before build, run "wails doctor" to check you have installed required system dependencies