cruise-automation / webviz

web-based visualization libraries
https://webviz.io/
Apache License 2.0
2.07k stars 413 forks source link

git clone master error #655

Open daohu527 opened 3 years ago

daohu527 commented 3 years ago

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
amacneil commented 3 years ago

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.

daohu527 commented 3 years ago

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