Trying to install puppeteer in windows which is installed but app is not coming with the below errors.
Module not found: Error: Can't resolve 'http' in 'C:\xxx\my-pup\node_modules\puppeteer\lib' ERROR in ./node_modules/puppeteer/lib/Launcher.js Module not found: Error: Can't resolve 'https' in 'C:\xxx\my-pup\node_modules\puppeteer\lib' ERROR in ./node_modules/puppeteer/lib/Launcher.js Module not found: Error: Can't resolve 'os' in 'C:\xxx\my-pup\node_modules\puppeteer\lib' ERROR in ./node_modules/puppeteer/lib/Launcher.js Module not found: Error: Can't resolve 'path' in 'C:\xxx\my-pup\node_modules\puppeteer\lib' ERROR in ./node_modules/puppeteer/lib/JSHandle.js Module not found: Error: Can't resolve 'path' in 'C:\xxx\my-pup\node_modules\puppeteer\lib' ERROR in ./node_modules/puppeteer/lib/WebSocketTransport.js Module not found: Error: Can't resolve 'ws' in 'C:\xxx\my-pup\node_modules\puppeteer\lib'
Even tried to install http,https,os,path,ws but still the same .
Tried installing different versions of puppeteer and other dependencies from npm page.
Cleaned the cache npm cache clean --force
Installed latest node, npm versions and latest angular-cli