strange error
Error: Path reservation conflict: app/bootstrap/js/transition.js
any idea ?
@pociej is it possible to get a minimal, cloneable reproduction?
I got the same error when I edited the custom.bootstrap.json file.
it at least throws with component-animations: true. I'll keep adding as I find other values that are breaking it.
I'll also add a bit more of the error message: /home/dan/.meteor/packages/meteor-tool/.1.0.41.lbl6cf++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:173 throw(ex); ^ Error: Path reservation conflict: app/bootstrap/js/transition.js at [object Object]._.extend.reserve (/home/dan/.meteor/packages/meteor-tool/.1.0.41.lbl6cf++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/builder.js:241:15) at /home/dan/.meteor/packages/meteor-tool/.1.0.41.lbl6cf++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/bundler.js:1150:15 at /home/dan/.meteor/packages/meteor-tool/.1.0.41.lbl6cf++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/bundler.js:1142:11 at Array.forEach (native)
Looked at your code a bit more and I think it will also happen for the options of navbar, modals, carousel, collapse, and transition.
I don't fully understand the rest of the error messages but this could explain why I can't get a mobile navbar to work using this package. If you would like me to give you access to a build that throws the error I can do that.
@skorski I'm willing to take a look if you give access.
@emgee3 you now have push access and I was working on the idea funnel. https://github.com/skorski/meteor
If you have questions please let me know. I'm also happy to help fix the problem if you can point me in the right direction.
Thanks for your help!
@skorski So I stepped through a bunch of options and couldn't reproduce. Then I got to thinking, is it possible that when you save, for a period of time there two similarly named copies of custom.bootstrap.json?
Depending on your text editor this could be what's happening.