Replies: 2 comments 4 replies
-
Actually, I haven't ever bothered with |
Beta Was this translation helpful? Give feedback.
-
For anyone facing a The easiest fix I found was setting Alternatively, you could also install a Linux headless chrome by globally installing puppeteer Both methods worked for me, although the first is definitely the simpler approach. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing some difficulties getting the tooling to work on Windows 10. I'm using WSL2 (Ubuntu 18.04.5) as advised but the tests fail to run and the dev command does not seem to build. I'm having to rebuild manually after every change :(
I've tried gone through #1121 and its linked issues, to no avail.
Here's a few questions which might help guide me in the right direction
Why does
model-viewer
'sserve
command (which is part ofdev
) serve the local directory? It appears to me that nothing meaningful like examples with model-viewer instances can be reached that way.Unlike the
serve
command in the rootpackage.json
which serves all packages including the docs, where I can find somemodel-viewer
instances. Should I be using the latterserve
command instead?Is this output typical for the
model-viewer
'sdev
command? After changing a file, the process seems to detect the change but does not output which file changed and nor does it seem to actually build.Beta Was this translation helpful? Give feedback.
All reactions