alonswartz / notesium

Markdown notes system with bi-directional links, Vim integration and local webapp
https://www.notesium.com
MIT License
56 stars 3 forks source link

installation does not work- Fatal: tailwindcss not found #27

Closed Pupo1 closed 8 months ago

Pupo1 commented 8 months ago

I use debian 11 with npm 7.5.2 , nodejs v12.22.12 and when I try to build it from source, after the command ./web/app/make.sh all

I receive the error: "Fatal: tailwindcss not found"

Pupo1 commented 8 months ago

I found out that I used way too old versions of npm, nodejs, and golang.

alonswartz commented 8 months ago

I'm pretty certain that golang back to 1.6 (as per go.mod) should work. That said, I'm using:

go1.20.5 linux/amd64

As for tailwind, I'm using the standalone-cli v3.1.6 (does not require node.js or npm), but here too, I'm pretty sure any later version should work.

If you come across any issues, please let me know.