cubing.js icon indicating copy to clipboard operation
cubing.js copied to clipboard

Puppeteer causing errors during "npm install"

Open dunkOnIT opened this issue 4 years ago • 0 comments

Using both native CMD and WSL on my machine, I have encountered issues when installing Puppeteer.

Currently, I am working around this by entering "set PUPPETEER_SKIP_DOWNLOAD=yes" in terminal - however this is clearly not a long-term solution.

Here is the terminal output from the most recent install failure (using WSL2-Ubuntu): image

Here is the terminal output from my attempts on Windows (CMD): image

The errors appear to be the same - it would be helpful if someone could attempt to reproduce this so that I know if I'm dealing with a local issue (machine/connection) or if there is an issue with Puppeteer we should be aware of.

dunkOnIT avatar Aug 28 '21 11:08 dunkOnIT