webviz icon indicating copy to clipboard operation
webviz copied to clipboard

git clone master error

Open daohu527 opened this issue 4 years ago • 2 comments

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?

  1. 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
  2. when I found a tag version, which is 2019 years later

daohu527 avatar Jul 06 '21 01:07 daohu527

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.

amacneil avatar Jul 08 '21 01:07 amacneil

Yes, I clone on windows. Thanks for the information, it is very helpful!

daohu527 avatar Jul 08 '21 01:07 daohu527