We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use this library to populate fixture data for my sails app, I got error as follows.
model[attr] = that.idMap[joined][item[attr]-1]; ^ TypeError: Cannot read property '0' of undefined
The text was updated successfully, but these errors were encountered:
Please provide example fixture files, test code, etc.
Sorry, something went wrong.
This may means you didn't add fixture file name into loadOrder argument. Just debugged same.
barrels.populate(loadOrder, function(err) { done(err, sails); });
I think there is lack of logging in module.
No branches or pull requests
When I use this library to populate fixture data for my sails app, I got error as follows.
The text was updated successfully, but these errors were encountered: