meteor/meteor

[3.0] error on boot.js TypeError: next.runImage.call is not a function

Closed this issue ยท 7 comments

Hello, I was trying to update our application to the latest RC and after updating I booted our application to get this error:

Selection_017

Sounds like the same issue here: https://forums.meteor.com/t/meteor-3-0-rc-0-is-out/61515/2?u=jam

Have you already tried meteor reset or rm -rf .meteor/bundler-cache?

In my case meteor reset solved this problem.

Yup, that fixed. Thank you guys!

This should be fixed so meteor reset isn't necessary. The linker cache salt needs to be incremented whenever there are breaking changes in the linker output:

const LINKER_CACHE_SALT = 24; // Increment this number to force relinking.

Nice! We're going to add this to the next rc

Thank you for adding this in the next RC. Some of us would rather not clear our local db when doing a meteor version upgrade :)

This should be fixed now in version 3.0-rc.1