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

Error "run" prevented startup #256

Open
a-cinchetti opened this issue Jul 13, 2017 · 6 comments
Open

Error "run" prevented startup #256

a-cinchetti opened this issue Jul 13, 2017 · 6 comments

Comments

@a-cinchetti
Copy link

While processing files with static-html (for target web.browser):
client/templates/layouts/master_layout/master_layout.html:1: Expected or tag
client/templates/shared/loading/loading.html:1: Expected or tag
client/templates/shared/not_found/not_found.html:1: Expected or tag
client/templates/home/home.html:1: Expected or tag
client/templates/list/list.html:1: Expected or tag

@raym
Copy link

raym commented Aug 8, 2017

Same here.
Brand new app created with iron create <app-name> returns the following at iron run:

=> Errors prevented startup:                  
   
   While processing files with static-html (for target web.browser):
   client/templates/layouts/master_layout/master_layout.html:1: Expected <head> or <body> tag
   client/templates/shared/loading/loading.html:1: Expected <head> or <body> tag
   client/templates/shared/not_found/not_found.html:1: Expected <head> or <body> tag
   client/templates/home/home.html:1: Expected <head> or <body> tag
   
=> Your application has errors. Waiting for file change.

Each of those files has a <template> tag, and these errors will go away if I wrap the contents of each file with a <body> tag, but then of course the app can't find the template MasterLayout

$ iron version
1.8.1
$ meteor --version
Meteor 1.5.1

@daresTheDevil
Copy link

Same issue while building a test app.

meteor run --settings /Users/davidkay/PROJECTS/miqms-meteor/config/development/settings.json
[[[[[ ~/PROJECTS/miqms-meteor/app ]]]]]
=> Started proxy.
=> Errors prevented startup:

While processing files with static-html (for target web.browser):
client/templates/cars/create_car/create_car.html:1: Expected <head> or <body> tag
client/templates/layouts/master_layout/master_layout.html:1: Expected <head> or <body> tag
client/templates/shared/loading/loading.html:1: Expected <head> or <body> tag
client/templates/shared/not_found/not_found.html:1: Expected <head> or <body> tag
client/templates/home/home.html:1: Expected <head> or <body> tag

=> Your application has errors. Waiting for file change.
=> Started MongoDB.

Sierra 10.12.6
Version info:

$ iron version
1.8.1
$ meteor --version
Meteor 1.5.1

@abate
Copy link

abate commented Oct 10, 2017

it seems you need to remove static-html and install blaze-html-templates

@kingzuru
Copy link

kingzuru commented Feb 14, 2019

This is how I solved it

meteor remove static-html
meteor add blaze-html-templates

@upadhyaya14
Copy link

Errors prevented startup:

While processing files with static-html (for target web.browser):
client/Html/sidebar.html:1: Expected or tag

Please help me in resolving this error , I am getting this while defining my template

@gilbertino
Copy link

Errors prevented startup:

While processing files with static-html (for target web.browser):
client/main.html:16: Expected or tag

Your application has errors. Waiting for file change.

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

7 participants