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
The issue is because ancient dependencies of VBT. It fails on Apple silicon. In this particular example it is about puppeteer-core@5. See old (and actually not solved) issue #519
When running the following command:
vlocity -sfdx.username <<my-sf-org-username>> -job VlocityJob.yaml packDeploy
The VlocityJob.yaml:
I'm getting following error:
Puppeteer initialization Failed, LWC Activation disabled - Error: Failed to launch the browser process! spawn /usr/bin/chromium-browser ENOENT
When I try to override the path in the VlocityJob.yaml file with:
puppeteerExecutablePath: /Applications/Google Chrome.app
I'm getting the same error.
When looking through the repo it looks like I'm hitting this condition (https://github.com/vlocityinc/vlocity_build/blob/master/lib/utilityservice.js#L1657):
While the puppeteerExecutablePath is being completely ignored for some reason.
My config:
The text was updated successfully, but these errors were encountered: