-
Notifications
You must be signed in to change notification settings - Fork 2k
how to seed sample data into the mongo db ? #1642
Comments
In production.js then if got problem |
It's already configured that way, so should it work ?
|
Also, how does the gulp-sass relate to mongo seed ? |
What is the you got error. |
I am running it in a command prompt and i get the below error.
|
check mongodb is running and you are cd your project folder. |
So it doesn't work on the code generated by yo generator ? It should all be same correct ? how would it be any difference ? |
I use it cloning master repo. |
Probably a problem with environment variables in windows |
Thanks, I figured it was a problem with the command prompt I am using, tried the same in cygwin and it worked. |
I tried to seed the sample data but looks like if the below command does anything.
MONGO_SEED=true npm start
The text was updated successfully, but these errors were encountered: