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

Missing starter.pug

Open phangs opened this issue 7 years ago • 2 comments

image

phangs avatar Jan 21 '18 06:01 phangs

you didnt rename node_modules/jade-bootstrap to pug-bootstrap.

So if you change in those two demo views (index.pug and error.pug) from

extends ../node_modules/pug-bootstrap/layouts/starter

to

extends ../node_modules/jade-bootstrap/layouts/starter

it works as expected.

schnapper79 avatar Feb 26 '18 22:02 schnapper79

check the package.json. remove the two jade-related dependencies: "jade": "~1.9.2", "jade-bootstrap": "1.0.14", and add pug-bootstrap "pug-bootstrap": "0.0.15", and you would be good to go! cheers,

scalanode avatar Aug 24 '18 08:08 scalanode