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.
Updated by Dominic Cleal about 8 years ago
- Project changed from Foreman to Website
Please ensure you're using npm 3.x or higher, per https://groups.google.com/d/msg/foreman-dev/PNeMPfqxKDM/XWW4jt9VBAAJ
Updated by Ronan Lanore about 8 years ago
Ok thanks it's works.
perhaps you can add minimum version of nodejs and npm.
it's can be closed.
Updated by Ewoud Kohl van Wijngaarden about 6 years ago
- Status changed from New to Closed
Actions