Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing starter.pug #5

Open
phangs opened this issue Jan 21, 2018 · 2 comments
Open

Missing starter.pug #5

phangs opened this issue Jan 21, 2018 · 2 comments

Comments

@phangs
Copy link

phangs commented Jan 21, 2018

image

@schnapper79
Copy link

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.

@scalanode
Copy link

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants