Difference between revisions of "Npm install cypress"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
[[npm install]] cypress | [[npm install]] cypress | ||
+ | |||
+ | <pre> | ||
+ | > [email protected] postinstall /Users/sf/node_modules/cypress | ||
+ | > node index.js --exec install | ||
+ | |||
+ | Installing Cypress (version: 9.5.1) | ||
+ | |||
+ | ✔ Downloaded Cypress | ||
+ | ✔ Unzipped Cypress | ||
+ | ✔ Finished Installation /Users/sf/Library/Caches/Cypress/9.5.1 | ||
+ | |||
+ | You can now open Cypress by running: node_modules/.bin/cypress open | ||
+ | |||
+ | https://on.cypress.io/installing-cypress | ||
+ | |||
+ | npm WARN saveError ENOENT: no such file or directory, open '/Users/YOUR_USER/package.json' | ||
+ | npm WARN enoent ENOENT: no such file or directory, open '/Users/YOUR_USER/package.json' | ||
+ | npm WARN YOUR_USER No description | ||
+ | npm WARN YOUR_USER No repository field. | ||
+ | npm WARN YOUR_USER No README data | ||
+ | npm WARN YOUR_USER No license field. | ||
+ | |||
+ | |||
+ | added 164 packages from 175 contributors and audited 191 packages in 54.176s | ||
+ | |||
+ | 27 packages are looking for funding | ||
+ | run `npm fund` for details | ||
+ | |||
+ | found 0 vulnerabilities | ||
+ | </pre> | ||
== See also == | == See also == | ||
* {{cypress}} | * {{cypress}} | ||
+ | |||
+ | [[Category:Cypress]] |
Latest revision as of 09:57, 4 March 2022
npm install cypress
> [email protected] postinstall /Users/sf/node_modules/cypress > node index.js --exec install Installing Cypress (version: 9.5.1) ✔ Downloaded Cypress ✔ Unzipped Cypress ✔ Finished Installation /Users/sf/Library/Caches/Cypress/9.5.1 You can now open Cypress by running: node_modules/.bin/cypress open https://on.cypress.io/installing-cypress npm WARN saveError ENOENT: no such file or directory, open '/Users/YOUR_USER/package.json' npm WARN enoent ENOENT: no such file or directory, open '/Users/YOUR_USER/package.json' npm WARN YOUR_USER No description npm WARN YOUR_USER No repository field. npm WARN YOUR_USER No README data npm WARN YOUR_USER No license field. + [email protected] added 164 packages from 175 contributors and audited 191 packages in 54.176s 27 packages are looking for funding run `npm fund` for details found 0 vulnerabilities
See also[edit]
Advertising: