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

Console Errors: Uncaught Error: The babel-runtime npm package could not be found in your node_modules directory.

Open texaspacm opened this issue 8 years ago • 0 comments

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.

texaspacm avatar Feb 20 '17 03:02 texaspacm