thegamedev10 / unity-pdf-docs

Convert unity docs to pdf.
https://github.com/thlorenz/unity-pdf-docs
MIT License
12 stars 6 forks source link

No Chrome installations found #2

Open Ailsa98 opened 3 years ago

Ailsa98 commented 3 years ago

Failed to launch chrome ChromeNotInstalledError at new LauncherError (/usr/local/lib/node_modules/unity-pdf-docs/node_modules/chrome-launcher/dist/utils.js:35:22) at new ChromeNotInstalledError (/usr/local/lib/node_modules/unity-pdf-docs/node_modules/chrome-launcher/dist/utils.js:66:9) at Launcher. (/usr/local/lib/node_modules/unity-pdf-docs/node_modules/chrome-launcher/dist/chrome-launcher.js:145:27) at Generator.next () at fulfilled (/usr/local/lib/node_modules/unity-pdf-docs/node_modules/chrome-launcher/dist/chrome-launcher.js:9:58) at processTicksAndRejections (internal/process/task_queues.js:93:5) { message: 'No Chrome installations found.', code: 'ERR_LAUNCHER_NOT_INSTALLED' }

Ailsa98 commented 3 years ago

I tried export CHROME_PATH='/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' but it does not work.