webviz
webviz copied to clipboard
git clone master error
question
when I try to check master code, below error is appear
invalid path 'packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:02.migrateNodePlaygroundNodesToObjects.js'
doubt
Why can't we provide a release version?
- there are 172 branches, and most are out of date, why we don’t clean it up, developers don’t need to see these branches
- when I found a tag version, which is 2019 years later
Are you on windows? The colons : are the issue. I have several open PRs to fix cloning and building this repo on windows. This commit fixes the migration file names, but it would need to be merged upstream.
Regarding a release version - we have a fork of webviz at foxglove/studio and have been regularly updating and publishing releases in case that is useful to you.
Yes, I clone on windows. Thanks for the information, it is very helpful!