meteor-bootstrap icon indicating copy to clipboard operation
meteor-bootstrap copied to clipboard

strange error

Open pociej opened this issue 11 years ago • 6 comments

Error: Path reservation conflict: app/bootstrap/js/transition.js

any idea ?

pociej avatar Jan 09 '15 12:01 pociej

@pociej is it possible to get a minimal, cloneable reproduction?

emgee3 avatar Mar 31 '15 04:03 emgee3

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)

skorski avatar Apr 18 '15 15:04 skorski

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 avatar Apr 18 '15 16:04 skorski

@skorski I'm willing to take a look if you give access.

emgee3 avatar Apr 26 '15 20:04 emgee3

@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 avatar Apr 26 '15 23:04 skorski

@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.

emgee3 avatar Apr 27 '15 02:04 emgee3