nusserstudios / tailbliss

TailBliss is a Hugo Starter theme built on TailwindCSS 3, and Alpine.JS.
https://tailbliss.netlify.app/
Apache License 2.0
289 stars 134 forks source link

Can't build site nor launch server #96

Closed AlexandreLemoine40 closed 1 year ago

AlexandreLemoine40 commented 1 year ago

I downloaded the repository to a folder to make a website using this theme. I installed the node modules using npm install at the root of the project then I made hugo server and I have this output : image

It wasn't clear on the readme, but I saw I had to use npm run start to launch hugo server but I have this output :

image

My OS is Debian 11 Bullseye I'm using Node version 14.21.2 as I had problems with POSTCSS using Node 10 My NPM is v6.14.17 maybe I should upgrade it but I didn't try. Hugo version : hugo v0.110.0

AlexandreLemoine40 commented 1 year ago

Ok I solved the problem, I had to make a commit before using hugo server

nusserstudios commented 1 year ago

I know for sure it works with node ^16. I use NVM to switch between node 16-19. I don't use node below v16 at this point.