Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 Bug]: Fix configuration wizard workflow when using pnpm #548

Closed
3 tasks done
christian-bromann opened this issue Oct 12, 2023 · 1 comment
Closed
3 tasks done
Assignees

Comments

@christian-bromann
Copy link
Member

Have you read the Contributing Guidelines on issues?

WebdriverIO Version

latest

Node.js Version

latest

Mode

WDIO Testrunner

Which capabilities are you using?

n/a

What happened?

When calling pnpm create wdio an error is thrown.

What is your expected behavior?

The workflow should work as smooth as with npm and yarn.

How to reproduce the bug.

n/a

Relevant log output

pnpm create wdio@latest .
.../../../.pnpm-store/v3/tmp/dlx-14824   |  +50 +++++
.../../../.pnpm-store/v3/tmp/dlx-14824   | Progress: resolved 50, reused 48, downloaded 2, added 50, done

                      **** WDIO LOGO REMVOED *****

                           Webdriver.IO
              Next-gen browser and mobile automation
                    test framework for Node.js


Installing @wdio/cli to initialize project...


鈿狅笍  Ups, something went wrong: Error calling: npm install --save-dev --loglevel error @wdio/cli@latest!

Code of Conduct

  • I agree to follow this project's Code of Conduct

Is there an existing issue for this?

  • I have searched the existing issues
@christian-bromann christian-bromann self-assigned this Oct 12, 2023
@christian-bromann christian-bromann transferred this issue from webdriverio/webdriverio Oct 12, 2023
@userquin
Copy link

Windows machine, nvm, and corepack enable via pnpm:

C:\Users\Joaqu铆n>npm version
{
  npm: '9.5.1',
  node: '18.16.0',
  acorn: '8.8.2',
  ada: '1.0.4',
  ares: '1.19.0',
  brotli: '1.0.9',
  cldr: '42.0',
  icu: '72.1',
  llhttp: '6.0.10',
  modules: '108',
  napi: '8',
  nghttp2: '1.52.0',
  nghttp3: '0.7.0',
  ngtcp2: '0.8.1',
  openssl: '3.0.8+quic',
  simdutf: '3.2.2',
  tz: '2022g',
  undici: '5.21.0',
  unicode: '15.0',
  uv: '1.44.2',
  uvwasi: '0.0.15',
  v8: '10.2.154.26-node.26',
  zlib: '1.2.13'
}

C:\Users\Joaqu铆n>pnpm --version
8.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants