Skip to content

Commit

Permalink
fix(fnm): remove --resolve-engines
Browse files Browse the repository at this point in the history
because directories that have a package.json but don't specific a
version will error with:

```
error: Can't find version in dotfiles. Please provide a version manually to the command.
```
  • Loading branch information
tekumara committed Nov 4, 2024
1 parent f7a3184 commit f82336e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.zshrc.d/node.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eval "$(fnm env --use-on-cd --resolve-engines --shell zsh)"
eval "$(fnm env --use-on-cd --shell zsh)"

0 comments on commit f82336e

Please sign in to comment.