Last active
October 6, 2018 03:30
-
-
Save InfoSec812/381e4576e97463bbfa308e5bba6f2c76 to your computer and use it in GitHub Desktop.
Install Nightwatch And Nightwatch API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git clone git@github.com:InfoSec812/vuejs-bdd-primer.git | |
| $ cd vuejs-bdd-primer | |
| $ git checkout Implement-Code-To-Satisfy-Feature-Specification | |
| $ git checkout -b Add-Nightwatch | |
| $ npm install --save-dev nightwatch nightwatch-api | |
| npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 | |
| npm WARN babel-loader@8.0.4 requires a peer of @babel/core@^7.0.0 but none is installed. You must install peer dependencies yourself. | |
| npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): | |
| npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) | |
| + nightwatch@0.9.21 | |
| + nightwatch-api@0.4.0 | |
| added 34 packages from 450 contributors, updated 1 package and audited 51225 packages in 13.078s | |
| found 12 vulnerabilities (2 low, 8 high, 2 critical) | |
| run `npm audit fix` to fix them, or `npm audit` for details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment