jadebootstrap-seed icon indicating copy to clipboard operation
jadebootstrap-seed copied to clipboard

Can't work with quickstart

Open gh286991 opened this issue 8 years ago • 1 comments

Hi

I follow the step of quick start but show error with below

Can I ask how can I fix with this problem, Thank you

image

gh286991 avatar Oct 18 '16 16:10 gh286991

  1. Change jade for pug module, install it with npm: $ npm i pug

  2. Change jade for pug in /app.js: Line 15 # app.set('view engine', 'pug');

  3. Change extension of all *.jade files in /views/*.jade for /views/*.pug.

  4. Run it: $ npm start.

davidmrnustik avatar May 04 '17 14:05 davidmrnustik