-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Unable to migrate packages, unmatched single quote error #1948
Comments
I had a similar issue and realized I had a random symlink in my node_modules folder for the node version I was trying to reinstall from. Removing that fixed the issue. |
@aliciahogue I'm sorry but I don't quite understand, how do I find the symlink? Mind helping me a bit? |
I had a similar issue. In the debug log I had the following error: Debug
Then, I've tried to check globally installed packages: npm list -g --depth 0
From the output I see that something is wrong with After removing, I was able to install packages from the system node: Hope this will help 😉 |
k, I've added a commit that strips unmet peer deps; for resolving the other issues, i'll need further |
Operating system and version: Ubuntu 16.04
nvm debug
output:nvm ls
output:How did you install
nvm
? (e.g. install script in readme, Homebrew):Used the install script, iirc
What steps did you perform?
Installed v8.13 and tried to migrate packages from 8.11.4
Installed using nvm install v8.13.0
Then I wanted to migrate my packages using nvm reinstall v8.11.4
Here's the output of the log:
What did you expect to happen?
No errors while reinstalling
Also, when I type
nvm reinstall v8.11.4
I immediately seeVERSION=''
is this intended?Is there anything in any of your profile files (
.bashrc
,.bash_profile
,.zshrc
, etc) that modifies thePATH
?Yes, but nothing that should be bothering this.
The text was updated successfully, but these errors were encountered: