System info
- Playwright Version: v1.37.1
- Operating System: Mac 13.5.2 (22G91)
- Browser: N/A
- Other info:
Source code
pnpm create playwright
Steps
- Run
pnpm create playwright
- Check
playwright.config.ts
Expected
No type errors in the config file.
Actual
Cannot find name 'process'. Do you need to install type definitions for node? Try npm i --save-dev @types/node.ts(2580)
System info
Source code
pnpm create playwrightSteps
pnpm create playwrightplaywright.config.tsExpected
No type errors in the config file.
Actual
Cannot find name 'process'. Do you need to install type definitions for node? Try
npm i --save-dev @types/node.ts(2580)