-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Summary
I first identified this problem in the Locker repo, but I was able to reproduce it in the Best repo itself.
After checking out the Best repo and building, I did cd packages/lwc-example
and ran yarn start
and the tests ran fine. The current branch was master
.
But when I created a branch foo
(from master) and switched, running yarn start
yields:
Looking for Best configurations...fatal: No remote configured to list refs from.
[WARN] - Unable to get git information
ERROR Error: Unable to read git information
at generateProjectConfigs (/Users/manuel.jasso/dev/github/best/packages/@best/config/build/index.js:16:19)
at readConfig (/Users/manuel.jasso/dev/github/best/packages/@best/config/build/index.js:76:45)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Simply switching back to master
and running yarn start
again, the tests run fine.
This seems to be related to #184
Versions
- node: 12.16.1
- best: 4.0.0-beta5