kit's version of node (15) is overriding my own version from n #432
Unanswered
kentcdodds
asked this question in
Errors
Replies: 1 comment 17 replies
-
|
🤔 This might be an issue from an older Kit install. Can you paste the result of Kit shouldn't have affected your $PATH (which controls the order the terminal searches for commands), but maybe some old config did something we need clean up. |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
No matter what I do, my
noderesolves to one installed bykitwhich is causing me a bunch of issues because kit's version is 15...I use https://npm.im/n to manage my node version and even after selecting v16.9.1, it's still using node 15 from kit. I've closed and opened the terminal and everything. I can't get it to use the version from
n. :(Beta Was this translation helpful? Give feedback.
All reactions