postcss-modules-example
postcss-modules-example copied to clipboard
How to use postcss-modules plugin
Fix for https://github.com/outpunk/postcss-modules-example/issues/7
When running `npm run build` on Node v12.16.1 getting error: ``` ReferenceError: primordials is not defined at fs.js:35:5 at req_ (C:\Users\bogatyrev.p\Desktop\postcss-modules-example-master\node_modules\natives\index.js:143:24) at Object.req [as require] (C:\Users\bogatyrev.p\Desktop\postcss-modules-example-master\node_modules\natives\index.js:55:10) at Object. (C:\Users\bogatyrev.p\Desktop\postcss-modules-example-master\node_modules\graceful-fs\fs.js:1:37) at...
I've clone this repo to my drive named E: I ran `npm install` and `gulp` Then i got an error: ``` E:\postcss-modules-example>gulp [15:22:32] Using gulpfile E:\postcss-modules-example\Gulpfile.js [15:22:32] Starting 'css'... {...
Hi! I've clone this repo, run `npm install` and get an error: ``` bash $ gulp module.js:341 throw err; ^ Error: Cannot find module './gulpfile.babel.js' at Function.Module._resolveFilename (module.js:339:15) at Function.Module._load...