mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Updated frontend documentation developer guide
This commit is contained in:
parent
8b8039e461
commit
224e13adcb
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ npm is a module of NodeJS, so other then npm, NodeJS is required to operate with
|
|||
|
||||
After installing npm, all the npm modules used by ntopng front-end need to be downloaded.
|
||||
|
||||
`npm install --save-dev @babel/core` <br />
|
||||
`jq -c '.devDependencies' package.json | jq -r -M | grep ':' | sed 's/:/@/' | sed 's|[", ^]||g' | xargs -L1 npm install --save-dev` (Install all the modules read from the package.json file).
|
||||
`npm install` <br />
|
||||
|
||||
Now all the required packages are ready.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue