adamjgrant/kickstart

Error Compiling theme

Opened this issue · 11 comments

I am getting this error:
Error: Cannot find module 'require-dir'

Any ideas? I am new to node and npm.

Thanks,
Everardo

Hello Adam,
Thank you for such a prompt reply! I just wanted to change the base font-size from 16px to 12px and recompile the whole thing but cannot figure out what is the problem. Being new to node, grunt, etc is not helping.
Any suggestions for dummies, please!
Everardo

By the way, I love how light and beautiful this is! Trying to convince my team to drop Bootstrap and go with a lighter framework!

Love to hear that!

So were you able to compile before changing the base font-size?

Could you paste the full stack trace here please?

No. I just downloaded the original css and js files from your repository. I have tried running gulp or gulp gulpfile.js but alwways get the folloiwng error.

C:_aprender\kickstartcoffee\kickstart-master>gulp
module.js:471
throw err;
^

Error: Cannot find module 'require-dir'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:_aprender\kickstartcoffee\kickstart-master\gulpfile.js:2:18)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

I have done that several times but keep getting the same message. Should i try to compile the sass individually?

Adam,
I am sorry: i have tried everything I know, short of getting all the less files and putting them in a new folder and the run koala or gulp to generate the css file i need.
Thanks,
Everardo

Sorry, i meant the sass files.