cubing.js
cubing.js copied to clipboard
Puppeteer causing errors during "npm install"
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):

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

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.