You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
Is there a way to tell npx to use the version specified package.json?
Who
So when running
npx cypress run
it will look at package.json and decides what version of cypress to fetch/execute.
References
The docs say you can decide the version the common NPM way (cypress@1.2.3) but I wonder if there is away to tell it to look at a package.json and pick the version from there
What / Why
Is there a way to tell
npxto use the version specifiedpackage.json?Who
So when running
it will look at
package.jsonand decides what version ofcypressto fetch/execute.References
The docs say you can decide the version the common NPM way (
cypress@1.2.3) but I wonder if there is away to tell it to look at apackage.jsonand pick the version from there