You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you aren't trying to run the screenshot (or other e2e tests) then you can use the following command when installing the npm packages:
PUPPETEER_SKIP_DOWNLOAD=true npm install
otherwise if you do want to run the e2e tests then you might need to nuke your node_modules folder (delete it) and clear out your npm cache before trying to run npm install again. However another option to try is to remove the cacheDirectory setting in the .puppeteerrc.cjs file before running npm install. This would most likely fix your issue.
We install the chrome binary within the node_modules/.cache/puppeteer folder so that it is correctly cached and reused across our CI pipeline actions, however this may not work correctly for you depending on the steps you are taking during the installation phase.
Hi , Previously I would just run npm run build and it worked fine , now its giving lots of error
The text was updated successfully, but these errors were encountered: