Meteor React.js Adding User Accounts Crashes Application

I’ve put a question up on Stackoverflow here:
http://stackoverflow.com/questions/39728858/meteor-react-js-adding-user-accounts-crashes-application

There have been 9 (recommended) releases to Meteor since the version that you’re using, and a lot of issues have been resolved around using bcrypt specifically. Try updating your app to the latest version of Meteor (via meteor update), remove your applications node_modules directory, and run a new meteor npm install.

2 Likes

The meteor update command isn’t working. It just loads indefinitely.

EDIT: Never mind after my last attempt it worked, thanks for your help!