Mike McCready
Mike McCready
- Also related to https://github.com/pnpm/pnpm/issues/5002
- Closing this issue, as the reason for the problem was already clarified (side effects cache). - Moving the discussion about a feature enhancement instead to https://github.com/pnpm/pnpm/issues/9949 - Note that...
@nzakas > Thanks for the report and analysis. In the short-term, are you able to use a more recent Node.js version? > > We can update the Node.js version requirements...
Testing the Yarn v1 Classic repo source https://github.com/yarnpkg/yarn against its own test suite, and auditing for vulnerabilities, shows: ```text Test Suites: 13 failed, 76 passed, 89 total Tests: 52 failed,...
Please add https://github.com/cypress-io/cypress/labels/prevent-stale or reject and close if there is no intention of supporting Yarn Plug'n'Play in Cypress Component Testing. https://yarnpkg.com/features/pnp > What is Yarn Plug'n'Play? > > Yarn Plug'n'Play...
The issue is that Cypress fails to detect installed dependencies in Yarn pnp mode, for instance: ```text We detected that you have versions of dependencies that are not officially supported:...
- This issue was resolved in [[email protected]](https://docs.cypress.io/app/references/changelog#15-2-0) through PR https://github.com/cypress-io/cypress/pull/32063 from @AtofStryker. 🎉 Up until [[email protected]](https://docs.cypress.io/app/references/changelog#15-1-0) , the result of `npx cypress verify` in GitHub Actions was: ```text [STARTED] Task...
- Documentation PR https://github.com/cypress-io/cypress-documentation/pull/6024 added concerning the workaround of setting `CYPRESS_SKIP_VERIFY=true`
## Similar issue - https://stackoverflow.com/questions/69443755/error-when-running-webpack-script-for-simple-project
@MadelineMcN > Hello. I also had this issue, but it is resolved for me in v13.6.3 😎 Thanks for your feedback. I don't know what the root cause is, however...