cmather / blaze-layout

A Meteor Blaze powered layout component for dynamic rendering.
Other
49 stars 8 forks source link

Error with meteor bundle #3

Closed ixdi closed 10 years ago

ixdi commented 10 years ago

When I try to 'meteor bundle app.tgz' an error occur:

Errors prevented bundling:
While building package `blaze-layout`:
error: no such package: 'ui'
layout-test.html:16: Parse error:
...}  {{> yield region="footer"}}
----------------------^
Expecting 'CLOSE', 'DATA', 'STRING', 'INTEGER', 'BOOLEAN', 'ID', 'SEP', got 'EQUALS'

I'm using last 'shark' branch of meteor and last IR 'blaze-integration'.

Thanks

cmather commented 10 years ago

Use release/blaze-rc0. Breaking change on shark that I haven't upgraded router for yet. Still fixing bugs on existing implementation before upgrading.

On Mar 8, 2014, at 12:51 PM, ixdi notifications@github.com wrote:

When I try to 'meteor bundle app.tgz' an error occur:

Errors prevented bundling: While building package blaze-layout: error: no such package: 'ui' layout-test.html:16: Parse error: ...} {{> yield region="footer"}} ----------------------^ Expecting 'CLOSE', 'DATA', 'STRING', 'INTEGER', 'BOOLEAN', 'ID', 'SEP', got 'EQUALS' I'm using last 'shark' branch of meteor and last IR 'blaze-integration'.

Thanks

— Reply to this email directly or view it on GitHub.

umbezt commented 10 years ago

i this is closed but can some tell me exactly what to do i am getting the same error. how do you tell it to use release/blaze-rc0

cmather commented 10 years ago

https://www.eventedmind.com/feed/meteor-updating-meteor-and-package-versions

Check out thy video and let me know if it helps!

On Apr 1, 2014, at 6:24 AM, umbezt notifications@github.com wrote:

i this is closed but can some tell me exactly what to do i am getting the same error. how do you tell it ot use release/blaze-rc0

— Reply to this email directly or view it on GitHub.

cmather commented 10 years ago

*that

umbezt commented 10 years ago

I changed my release from 0.8 to 0.7.1.2 it fixed it

kharv commented 10 years ago

In order to useTelescope (http://telesc.pe/) I have to pick Meteor with released version below 0.8.0, since this version does not support Telescope. Currently, I use 0.7.1.2 as umbezt suggested.

When I tried 'meteor' command, the following error showed up:

1

My current version of "Blaze-layout' in the smart.json file is 0.2.4

How can I fix it? What Blaze-layout version should I use?

Note: I run meteor on Window, therefore any 'mrt' command is invalid (meteorite does not support window yet entirely). It is a bit tough for me installing manually any non-core meteor package, but I have to face it anyway.

Thanks for any help.

tmeasday commented 10 years ago

Blaze layout doesn't work with any version of Meteor below 0.8. You'll need to remove it from smart.json, mrt install and make sure the symlink in packages/ is removed also.

buorre commented 10 years ago

Hi, I am using 0.8.1.3, but still got the same problem. Does anyone use iron-router on meteor0.8 successfully. Please publish your meteor version, iron-router version and blaze-layout version: Followings are what I have tried:

  1. meteor blaze-rc0 with iron-router 0.7.0, blaze-layout 0.2.2
  2. meteor blaze-rc0 with iron-router 0.7.1, blaze-layout 0.2.5
  3. meteor 0.8.1.3 with iron-router 0.7.0, blaze-layout 0.2.2
  4. meteor 0.8.1.3 with iron-router 0.7.1, blaze-layout 0.2.5