Devon Bellizio
Devon Bellizio
My team hit this issue as well in our migration from Webpack to Vite. It wasn't obvious initially as we were starting with small chunks of code pertaining to only...
I'm having the same issue as well after just switching to the agnoster theme.
I have had the Fira Code fonts installed [from here](https://github.com/tonsky/FiraCode) on my machine for a while, so I figured I wouldn't have any issues since FiraMono is in the Powerline...
@apjanke thanks for digging in further and the info about the shell variable. So I ran `echo "char: \u00b1 PLUSMINUS: $PLUSMINUS"` and here's what I got: Notice there's no value...
@apjanke that's what I was thinking after you pointed it out. I am running Oh My Zsh. Here's [my .zshrc file](https://github.com/bellizio/dotfiles/blob/master/macOSX/.zshrc).
@apjanke bingo, that's it. Looked at the [ohmyzsh version of the theme](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/agnoster.zsh-theme) and noticed there is no `PLUSMINUS` variable set. So I took the agnoster theme straight from this repo,...
@apjanke @jwir3 @KnownAsDon I have opened an issue in the ohmysh repo [here](https://github.com/ohmyzsh/ohmyzsh/issues/8520).
I also encountered this issue recently. I believe the problem (as described [here](https://babeljs.io/docs/en/config-files#file-relative-configuration)) is that babel searches upward from a file's directory until it finds a package.json file, then it...
@nicolo-ribaudo ok, so given that my directory structure is the same as @kwelch's is in their [description of the issue](https://github.com/tleunen/babel-plugin-module-resolver/issues/359#issue-445150762) (with no babel config files in the package directories), then...
@nicolo-ribaudo got it, thanks for clarifying. I am starting to think the issue lies more with eslint than it does with babel at this point.