master branch can't build in windows now
See original GitHub issueDescribe the bug
Version
Browser
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior
Screenshots
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Cant create new branch while retaining master branch
First, use the new git switch command, not the old confusing git checkout one. Second, make sure you have a master branch to...
Read more >'npm i knex/knex@master' does not work · Issue #5184 - GitHub
Environment Knex version: current master branch OS: Windows Bug Cant install from newer commits after Tag 2.0.0.
Read more >Oops, you've worked on the master branch and cannot push to ...
Open a command line and go to your repository folder. I'm using Windows Terminal here. Run git status in the folder to check...
Read more >Why GitHub renamed its master branch to main | TheServerSide
Let's examine why GitHub renamed the master branch to main branch and what effect it will have on developers.
Read more >How to rename the "master" branch to "main" in Git
This short article will help you rename "master" in your own Git ... The local branch has been renamed - but we now...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In lieu of this being addressed I was able to build the project on windows by running the command “npm run lint – --fix” before running “yarn build”
addressed in #3162