rwieruch / nextjs-firebase-authentication

Next.js + Firebase Starter
https://www.robinwieruch.de
652 stars 113 forks source link

Fresh install and run fails due to missing data/courses #93

Open nabeards opened 4 years ago

nabeards commented 4 years ago

Fresh install and run of the project yields the error

Module not found: Can't resolve '../../data/courses' in '/Users/nabeards/Projects/CIM Billing/nextjs-firebase-authentication/src/services/course'

Looking through the README, I can't see any way to get around this properly. Is there a template for what this folder should contain? Is there another repo from which to pull your courses to make this work?

Thanks, nabeards

cacabo commented 4 years ago

Also running into this problem, would appreciate some help but will try to find a fix