Actions
Bug #17182
closedClarify documentation on Setup development environment
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Description
Into "Setup development environment" it's write that
bundle install
npm install
With this command the dep node jquery isn't installed ( all dependencies is overriding by npm-shrinkwrap.json )
I have to:
bundle install
mv npm-shrinkwrap.json toto
npm install
After install is ready.
Actions