Issues when trying to develop with model-viewer #2194
Replies: 6 comments
-
Thanks for your on-going feedback and attention to these issues @soraryu 🙌
On this topic, we have a few outstanding issues (#562, #805) and as has been mentioned there and elsewhere, Windows development is an on-going blind spot for us. At Google, very few engineers develop on Windows, and all internal Google projects/products are developed in a Linux environment. The chances of us doing regular development on Windows in the future are very low. So, the only way we can offer support for Windows on the development side is if someone from the community can champion Windows-compatible development. PRs are welcome! That said, it should be possible to install
This is kind of weird, and not entirely expected. We may have accidentally switched from running Chrome that is installed via puppeteer to using the locally installed Chrome. I would consider this a bug that we should look into.
I have seen this when running fidelity tests on low-end VMs (I always assumed it was due to exhausting system resources), but otherwise this is unexpected. I would be interested to hear what you find if you investigate this any further. |
Beta Was this translation helpful? Give feedback.
-
Did some more tests with this, trying to get it to run on Windows.
So to summarize: I was able to build on Windows with what feels like a pretty hacky workflow. I'm not able to run the automated tests, though (obviously not ideal). Additionally I'm not sure if this is a bug: since none of the models can't be found my assumption would be that all tests related to that fail but some seem to still succeed - is this expected @elalish ? |
Beta Was this translation helpful? Give feedback.
-
@bsdorra has gotten this working a bit better on WSL and he said he might write up some tips that we can document. |
Beta Was this translation helpful? Give feedback.
-
@hybridherbst, @elalish I only figured out how to run the fidelity-tools. With 'npm run test' I also got stuck at some point... Steps that worked for me so far:
|
Beta Was this translation helpful? Give feedback.
-
Wow, looks like we have some work to do for windows development still 😳. Thanks for the writeup. The issue with |
Beta Was this translation helpful? Give feedback.
-
One thing I also did is update the lerna config to only use Also, I had to run EDIT: Oh, and I had to install rollup manually. Plus some paths didn't match between the installed rollup version and the one in use (?). Edit 2: Also, since I went to the current master and threejs has been updated, I had to run Sorry if I'm not much of help here, don't have much of a webdev background at all 😅 |
Beta Was this translation helpful? Give feedback.
-
Description
When trying to develop for and with model-viewer, I ran into a couple issues so I thought it makes sense to track those.
OS
Beta Was this translation helpful? Give feedback.
All reactions