Closed Wikinaut closed 2 years ago
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
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
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