TS2724: puppeteer has no exported member named ScreenshotOptions #6866
Closed
Description
Steps to reproduce
Tell us about your environment:
- Puppeteer version: 7.0.4
- Platform / OS version: Windows
- Node.js version: 14.15.5
What steps will reproduce the problem?
import { ScreenshotOptions } from "puppeteer";
What is the expected result?
tsc
compiles successfully.
What happens instead?
error TS2724: '"node_modules/puppeteer/lib/types"' has no exported member named 'ScreenshotOptions'.
Metadata
Assignees
Labels
No labels