apvarun / blist-hugo-theme

Blist is a clean and fast blog theme for your Hugo site.
https://blist.vercel.app/
MIT License
332 stars 163 forks source link

Hugo server not coming up #88

Open oziomaoguine opened 1 year ago

oziomaoguine commented 1 year ago

Whenever i try to run the Hugo server after cloning the repository, I get this error

PS C:\Users\omo\Documents\hugo-demo> hugo server Start building sites … hugo v0.108.0-a0d64a46e36dd2f503bfd5ba1a5807b900df231d+extended windows/amd64 BuildDate=2022-12-06T13:37:56Z VendorInfo=gohugoio Error: Error building site: POSTCSS: failed to transform "css/styles.css" (text/css): Error: Cannot find module 'postcss-import' Require stack:

apvarun commented 1 year ago

@Oziomaoguine007 This theme uses PostCSS to optimize the CSS output with Hugo (https://gohugo.io/hugo-pipes/postcss/)

You will need to run this to set it up. Make sure nodejs is installed in your machine npm install postcss postcss-cli autoprefixer

scan-dev commented 1 year ago

also having issue getting server to start . getting following error:

npm install postcss postcss-cli autoprefixer up to date, audited 175 packages in 415ms 27 packages are looking for funding runnpm fund` for details

found 0 vulnerabilities`

Start building sites … hugo v0.111.3+extended linux/amd64 BuildDate=unknown Error: Error building site: POSTCSS: failed to transform "css/styles.css" (text/css): Input Error: Did not receive any STDIN Built in 937 ms

Tried many scenario even starting over from scratch without success!

even exampleSite gives same error : hugo server --themesDir ../.. Start building sites … hugo v0.111.3+extended linux/amd64 BuildDate=unknown WARN 2023/04/10 19:09:56 The "twitter_simple" shortcode will soon require two named parameters: user and id. See "/themes/blist/exampleSite/content/en/blog/rich-content.md:24:1" WARN 2023/04/10 19:09:56 The "twitter_simple" shortcode will soon require two named parameters: user and id. See "/themes/blist/exampleSite/content/de/blog/rich-content.md:24:1" Error: Error building site: POSTCSS: failed to transform "css/styles.css" (text/css): Input Error: Did not receive any STDIN Built in 1020 ms

mansoorbarri commented 1 year ago

I am having the same error

error:

PS C:\Users\HP\Desktop\blist> hugo server                                                                                                            Watching for changes in C:\Users\HP\Desktop\blist\{archetypes,assets,content,data,layouts,static,themes}                                             Watching for config changes in C:\Users\HP\Desktop\blist\config.toml                                                                                 Start building sites …                                                                                                                               hugo v0.115.4-dc9524521270f81d1c038ebbb200f0cfa3427cc5+extended windows/amd64 BuildDate=2023-07-20T06:49:57Z VendorInfo=gohugoio                                                                                                                                                                          Built in 4822 ms                                                                                                                                     Error: error building site: POSTCSS: failed to transform "css/styles.css" (text/css). Check your PostCSS installation; install with "npm install postcss-cli". See https://gohugo.io/hugo-pipes/postcss/: binary with name "npx" not found  

my machine: image