-
-
Notifications
You must be signed in to change notification settings - Fork 76
Error on startup of first example #64
Comments
What browsers do you have installed on your system? |
chrome and firefox |
If you have them installed "unusually" (snap/flatpak/etc) it might not currently pick it up. How can you launch either/both from a terminal? |
I'm using !Pop_os so it's a flatpak install I'll go figure out how I can launch from a terminal. |
I can run it from the command line with this command: FWIW: This runs Firefox |
of course, I can also use |
510 git clone https://github.com/gluon-framework/examples.git
511 ll
512 cd examples
513 ll
514 cd gluworld
515 npm install
516 node .
517 h
dean@pop-os ~/.../examples/gluworld (main) $ node .
[Gluon] starting browser...
file:///home/dean/projects/gatsby/LIBRARY/gluon/examples/gluworld/node_modules/@gluon-framework/gluon/src/index.js:198
const [ browserPath, browserName ] = await findBrowserPath(forceBrowser, forceEngine);
^
TypeError: (intermediate value) is not iterable
at startBrowser (file:///home/dean/projects/gatsby/LIBRARY/gluon/examples/gluworld/node_modules/@gluon-framework/gluon/src/index.js:198:40)
at async Module.open (file:///home/dean/projects/gatsby/LIBRARY/gluon/examples/gluworld/node_modules/@gluon-framework/gluon/src/index.js:255:19)
at async file:///home/dean/projects/gatsby/LIBRARY/gluon/examples/gluworld/index.js:17:3
Node.js v18.12.1
dean@pop-os ~/.../examples/gluworld (main) $
Happy to help any way I can.
The text was updated successfully, but these errors were encountered: