0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Playwrightインストール時のエラー

Posted at

公式通りに下記コマンドを実行

npm init playwright@latest
takuya@MacBook-Pro frontend % npm init playwright@latest

(省略)

Installing Playwright Test (npm install --save-dev @playwright/test)…
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "link:": link:./src/types

npmのバージョンが古いと起きるらしいので(pnpmばかり使っていた)、pnpmコマンドの方を実行

pnpm create playwright

成功した。OK!

✔ Success! Created a Playwright Test project
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?