Closed cshold closed 7 years ago
I get the same error. My node version is 8.1.3 and my npm version is 5.0.4 I have a feeling that the whole problem is that we are using a newer version of node than the one he used. Im going to try on node 6 to see what happens.
Switched to Node 6.11.0 and after npm i -D postcss-loader
and running webpack run dev
i get more errors:
ERROR in ./~/css-loader?sourceMap!./~/sass-loader!./~/postcss-loader/lib!./src/sass/aos.scss
Module build failed: Error: No PostCSS Config found in: /Users/lmuzquiz/Web/aos/src/sass
at Error (native)
at /Users/lmuzquiz/Web/aos/node_modules/postcss-load-config/index.js:51:26
Hey guys, thanks for catching this! Try now. Turned out one of the latest thing merged regarding autoprefixer caused some troubles and I wasn't digging in it recently so it went unnoticed.. It should work on Node 8 too.
Yes now it works on Node 8
npm install
worked fine, but when runningnpm run dev
I get this error:For what it's worth,
npm test
runs and everything passes.