Project

General

Profile

Actions

Bug #17182

closed

Clarify documentation on Setup development environment

Added by Ronan Lanore almost 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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 #1

Updated by Dominic Cleal almost 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

Actions #2

Updated by Ronan Lanore almost 8 years ago

Ok thanks it's works.

perhaps you can add minimum version of nodejs and npm.

it's can be closed.

Actions #3

Updated by Ewoud Kohl van Wijngaarden about 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF