-
Notifications
You must be signed in to change notification settings - Fork 103
Feat: Adding option to specify the package manager version that you want #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
313a196
to
9a25dc8
Compare
Could this also support using |
This comment was marked as off-topic.
This comment was marked as off-topic.
e241bd6
to
352bca5
Compare
@jennifer-shehane I think this will also fix the failing pnpm test you mentioned here #485 (comment) but I created a specific PR just for that fix as well #492 |
This comment was marked as resolved.
This comment was marked as resolved.
Would you like to give some feedback about whether you want to continue with this PR? It looks like the pnpm process is working now without needing to specify the pnpm version (it's just using the latest version by default). |
Both pnpm and Yarn allow settting the package manager using
Edit: Updated for pnpm@10 release |
@MikeMcC399 Sorry, will look at fixing this during the week. Have had a busy few weeks. |
…to work as is not needed
1310415
to
41eb6a7
Compare
This comment was marked as resolved.
This comment was marked as resolved.
@jennifer-shehane any updates on being to get this merged |
Check if https://pnpm.io/npmrc#manage-package-manager-versions meets your needs for pnpm. It is enabled by default. |
This comment was marked as resolved.
This comment was marked as resolved.
5 of the 6 failing checks are due to the PR coming from a fork which is not set up to record to Cypress Cloud.
The failure in "ci/circleci: Yarn Version Example" is however not due to a problem with recording: Job "Install Yarn" fails with:
|
Are you planning to work on the failure mentioned in #486 (comment) ? |
This will make it possible to install a specific version of a package manager through the cypress orb