mirror of
https://github.com/netdata/netdata.git
synced 2025-04-26 22:04:46 +00:00
updated npm versions
This commit is contained in:
parent
d560bfa094
commit
01628fbbd3
2 changed files with 11 additions and 11 deletions
20
package.json
20
package.json
|
@ -8,14 +8,16 @@
|
|||
"karma-coverage": "^1.1.1",
|
||||
"karma-firefox-launcher": "^1.0.1",
|
||||
"karma-jasmine": "^1.1.0",
|
||||
"walkdir": "~0.0.7",
|
||||
"underscore": "~1.6.0",
|
||||
"gaze": "~0.5.1",
|
||||
"mkdirp": "~0.3.5",
|
||||
"minimist": "~0.0.8",
|
||||
"jasmine-growl-reporter": "~0.2.0",
|
||||
"xml2js": "~0.4.1",
|
||||
"grunt-exec": "~0.4.5",
|
||||
"jasmine-reporters": "~2.0.6"
|
||||
"walkdir": "^0.0.11",
|
||||
"underscore": "^1.8.3",
|
||||
"gaze": "^1.1.2",
|
||||
"mkdirp": "^0.5.1",
|
||||
"minimist": "^1.2.0",
|
||||
"jasmine-growl-reporter": "^1.0.1",
|
||||
"xml2js": "^0.4.17",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-exec": "^2.0.0",
|
||||
"jasmine-reporters": "^2.2.1",
|
||||
"jasmine-node": "BrainDoctor/jasmine-node"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,8 +13,6 @@ sudo apt-get install nodejs npm chromium-browser
|
|||
|
||||
cd /path/to/your/netdata
|
||||
npm install
|
||||
cd node_modules
|
||||
git clone https://github.com/BrainDoctor/jasmine-node.git
|
||||
```
|
||||
|
||||
That should install the necessary node modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue