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 has been 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What / Why
Is there a way to tell
npx
to use the version specifiedpackage.json
?Who
So when running
it will look at
package.json
and decides what version ofcypress
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 apackage.json
and pick the version from thereThe text was updated successfully, but these errors were encountered: