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
The lodash is not installed at the time of running Rails generate command.
lodash
The text was updated successfully, but these errors were encountered:
@anjolovic This should be easy to add. Thanks for the report.
@yorzi I just confirmed this is an issue. If you can throw in a quick fix, that would be greatly appreciated.
https://github.com/shakacode/react_on_rails-generator-results/pull/144/files#diff-52dbbf94d5c54b68c0cad0702ba94a96R38
Sorry, something went wrong.
I'm setting the milestone as 2.0, as there's an easy workaround:
cd client && npm i --save lodash
Then rebuild the shrinkwrap.
@justin808 why do you point out "babel-core": "^5.8.25" above? I checked master, lodash is only added to package.json when redux was enabled.
"babel-core": "^5.8.25"
redux
@yorzi Just indicating that we're missing lodash from this spot.
Fixed in #175
No branches or pull requests
The
lodash
is not installed at the time of running Rails generate command.The text was updated successfully, but these errors were encountered: