studiointeract / accounts-material

Material UI – Accounts UI for React in Meteor 1.3
MIT License
13 stars 9 forks source link

Errors on First-Time Run #5

Closed VikR0001 closed 8 years ago

VikR0001 commented 8 years ago

Everything installed easily. On running my app, I get this console message:

Error: Can't find npm module 'path-to-regexp'. Did you forget to call 'Npm.depends' in package.js within the 'meteorhacks_picker' package?

I ran npm install path-to-regexp. I then started getting these console error messages:

router.js:296 There is no route for the path: /navigators?specialty=MySpecialty%20etcetera

I installed the code from the read.me section, "Example setup using FlowRouter (Meteor 1.3)", in my router. I then received this console error message:

app.js:131 Uncaught Error: Accounts.ui.config: Invalid option for passwordSignupFields: NO_PASSWORD

How can I correct this?

VikR0001 commented 8 years ago

I wasn't doing this:

import { FlowRouter } from 'meteor/kadira:flow-router-ssr';

I already had FlowRouter imported, of course, and my eye missed the "-ssr" at the end of the import {FlowRouter}... statement in the docs.

I'm very excited to be able to access this package and get my accounts working!