stream-meteor
stream-meteor copied to clipboard
Console Errors: Uncaught Error: The babel-runtime npm package could not be found in your node_modules directory.
I can get the [email protected]:matthisk/localmarket.git app to run just fine in Meteor.
However, after installing
meteor add getstream:stream-meteor
I get a bunch of console errors, starting with
Uncaught Error: The babel-runtime npm package could not be found in your node_modules
directory. Please run the following command to install it:
meteor npm install --save babel-runtime
I also updated Meteor to 1.4.2.7. Same issue.