Webklex/tbm

Build problems

Closed this issue · 1 comments

I found that at least dependencies are missing, as far as I noticed these are

npm install tailwindcss
npm install embed

Even then I cannot build due to error

./build.sh:

Building for Linux..
build tbm: cannot load embed: malformed module path "embed": missing dot in first path element
  • Linux Mint 20.3
  • node 10.19.0
  • go version go1.13.8 linux/amd64

My build problems for Linux Mint 20.3 were solved by installing manually the latest node (nodejs) and the latest go (golang) version.

Currently I run tbm successfully with

  • node v18.12.1
  • go version go1.19.3 linux/amd64
  • Linux Mint 20.3