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

Also available in: Atom PDF