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

Change to defaultLayout can give v3.1.0 ENOENT main.handlebars #252

Open
aubergene opened this issue May 15, 2019 · 3 comments
Open

Change to defaultLayout can give v3.1.0 ENOENT main.handlebars #252

aubergene opened this issue May 15, 2019 · 3 comments

Comments

@aubergene
Copy link

Previously we hadn't specified layout: false and so it started looking for main.handlebars giving a ENOENT error. This was unexpected and probably shouldn't have be a minor version bump.

The change to the defaults was in #249

Creating this issue just so other people can find it if they encounter the same problem. We fixed it by adding layout: false to the handlebars options.

@amypellegrini
Copy link

amypellegrini commented May 30, 2019

I'm having the same issue but setting layout to false is not fixing it. Any ideas?

This issue seems to be a duplicate of #253 where I posted the same question.

@donmccurdy
Copy link

donmccurdy commented Jun 24, 2019

Agreed that per https://semver.org/, this should have been a major version bump. Thanks for creating the issue to track this.

@amypellegrini using layout:false did fix the issue for me. From #253 it looks like your issue was solved?

@amypellegrini
Copy link

@donmccurdy Yes, I've fix the issue by setting layoutto false. My previous comment refers to some difficulty I encountered trying to implement the fix, as it wasn't evident for me how this setting was used.

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

No branches or pull requests

3 participants