-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvm is not compatible with the npm config "prefix" option: currently set to "" on Mac OX #103049
Comments
Hello,
I did try that and it didn't work for me.
Thanks,
Teial
…On Wed, Jul 22, 2020 at 6:47 AM Daniel Imms ***@***.***> wrote:
https://code.visualstudio.com/docs/editor/integrated-terminal#_why-is-nvm-complaining-about-a-prefix-option-when-the-integrated-terminal-is-launched
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#103049 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANOCDGBDXH7EVHTEJOT2Y3LR43UWRANCNFSM4PEEFVXQ>
.
|
Issues like this with nvm are related to your environment, you will need to investigate further yourself. |
Unacceptable answer TBH. I have the same issue and have been "investigating" for 8 hours now :) I am ready to blow out my brains. What do I do tomorrow? Or the next day? Wait for an update? Use notepad++? My Vscode doesn't work at all for node projects now! I have literally no other solutions. This guy has the same issue. I have uninstalled node/nvm/npm/homebrew. Reinstalled all and every combination suggested under the sun. I simply can't get node working in my terminal. There is an obvious error somewhere.
@aftershock-teial did you get a solution? |
I totally agree! I did all of those things. Nothing in my environment
related to npm or node has changed recently. This issue started happening
after the last June release.
…On Thu, Jul 23, 2020 at 11:55 AM rublev ***@***.***> wrote:
Issues like this with nvm are related to your environment, you will need
to investigate further yourself.
Unacceptable answer TBH. I have the same issue and have been
"investigating" for 8 hours now :) I am ready to blow out my brains. I have
literally no other solutions. This guy
<https://stackoverflow.com/questions/62922875/vs-code-integrated-terminal-throws-cannot-find-module-nvm-is-not-compatible>
has the same issue.
I have uninstalled node/nvm/npm/homebrew. Reinstalled all and every
combination suggested under the sun. I simply can't get node working in my
terminal. There is an obvious error somewhere.
[image: image]
<https://user-images.githubusercontent.com/470273/88326799-6c57c780-ccf4-11ea-941e-38a4b8bb3f67.png>
Cannot find module '"/Users/rublev/Library/Application' - there is a
mission "
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#103049 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANOCDGE7KYFXH4EJFVEWYQ3R5CBQ3ANCNFSM4PEEFVXQ>
.
|
What happens when you run these in the VS Code terminal and an external terminal where you're not seeing the issue?
Does changing |
Latest update broke my ability to use npm from the integrated terminal.
I get this error message:
nvm is not compatible with the npm config "prefix" option: currently set to ""
Run
nvm use --delete-prefix v10.13.0 --silent
to unset it.I tried updating these settings, but the error persists. Please advise
"terminal.integrated.shellArgs.osx": ["-l"],
The text was updated successfully, but these errors were encountered: