forestryio / create-static-site

Create static websites with no build configuration.
MIT License
135 stars 10 forks source link

Error: No PostCSS config found #45

Closed scottgallant closed 6 years ago

scottgallant commented 6 years ago

After running npm start I'm getting a Gulp Post CSS error:

[22:31:19] [PostCSS] Error in plugin 'gulp-postcss'
[22:31:19]           Message:
[22:31:19]               No PostCSS Config found in: /Users/scott/Documents/projects/forestry-local/create-static-site/forestry-qa
[22:31:19]           Details:
[22:31:19]               fileName: /Users/scott/Documents/projects/forestry-local/create-static-site/forestry-qa/src/css/styles.css
[22:31:19]           Stack:
[22:31:19]           Error: No PostCSS Config found in: /Users/scott/Documents/projects/forestry-local/create-static-site/forestry-qa
[22:31:19]               at /Users/scott/Documents/projects/forestry-local/create-static-site/forestry-qa/node_modules/postcss-load-config/index.js:51:26
[22:31:19]               at <anonymous>
bzerangue commented 6 years ago

I am getting the same thing.

bzerangue commented 6 years ago

Looks like this is related to issue #44.

fucha-co commented 6 years ago

Is this breaking Create Static Site at the moment? npm start serves http://localhost:3000/ for me but then if I navigate to the blog post example it closes the connection.

ncphillips commented 6 years ago

Duplicate of #44