I have installed the latest version of meteor -vue in linux (linuxmint 18.3) and in windows (8.1)
I get a long list of these 2 errors errors related to VueComponent.$stopMeteor:
- TypeError: Cannot read property ‘forEach’ of null at VueComponent.$stopMeteor
- [Vue warn]: Error in destroyed hook: “TypeError: Cannot read property ‘forEach’ of null”
I cannot see messages I senti with console.log cause they get lost in the long list of stopMeteor errors.
How can I disable those messages?
Thanks.