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
jade
forpug
in/app.js
:Line 15 # app.set('view engine', 'pug');
-
Change extension of all
*.jade
files in/views/*.jade
for/views/*.pug
. -
Run it:
$ npm start
.