I am trying to create client-side routing in my application, but I am not able to use the package and render Blaze templates
PS C:\blaze_web_terminal> meteor add kadira:blaze-layout
=> Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint blaze@2.0.3 is not satisfied by blaze 3.0.2.
Constraints on package "blaze":
* blaze@3.0.0-rc300.2 <- launch-screen 2.0.1 <- mobile-experience 1.1.2
* blaze@3.0.0 <- blaze-html-templates 3.0.0
* blaze@3.0.0 <- spacebars 2.0.0 <- templating-runtime 2.0.1 <- templating 1.4.4
* blaze@3.0.0 <- templating-runtime 2.0.1 <- templating 1.4.4
* blaze@2.0.0 || 3.0.0 <- ostrio:flow-router-extra 3.12.0
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
PS C:\blaze_web_terminal>
I am trying to create client-side routing in my application, but I am not able to use the package and render Blaze templates