jadebootstrap-seed
jadebootstrap-seed copied to clipboard
Can't work with quickstart
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

-
Change jade for pug module, install it with npm:
$ npm i pug -
Change
jadeforpugin/app.js:Line 15 # app.set('view engine', 'pug'); -
Change extension of all
*.jadefiles in/views/*.jadefor/views/*.pug. -
Run it:
$ npm start.