I updated to Meteor 1.8.1 and i’m getting the error that shows on that screen capture.
I’m 100% sure it has to do with the kadira:flow-router package, since removing that package makes my app run without problems (except for the obvious “Couldn’t find kadira:flow-router” error) but it still compiles correctly.
I’m on Windows 10. These are the packages added into meteor:
react-meteor-data
session
kadira:flow-router
And this the packages added via npm:
"bootstrap": "^4.3.1",
"meteor-node-stubs": "^0.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-mounter": "^1.2.0",
"reactstrap": "^8.0.1"
I just ran a meteor update --release 1.7 to see if downgrading to a previous version could fix all this.
What could be causing this? Anyone with this same issue?
Hope to read some informed thoughts.
Thanks in advance