-
Notifications
You must be signed in to change notification settings - Fork 161
nvm is not compatible with the npm config "prefix"... #576
Comments
So I assume if you use an external terminal this issue isnt present? |
Yes. No problem in Terminal For the
It seems that path of pyenv and rbenv are exported twice and doesn't export nvm. Many thanks. |
Thank you for that information. Sadly, this project is no longer under active development its entered a slow maintenance mode and there are quite a few issues outstanding regarding platformio-ide-terminal internals some users experience that are unresolved. The project needs contributors to help chip away at these issues, which means anything like your issue that can be resolved by using external terminals is very likely not on anyone's radar except the people who experience it. I recently came across a similar issue when running TL:DR; |
try again with platformio-atom-ide-terminal 2.9.0 should be all fixed. |
This should be fixed now with 2.9.0 all similar issues have disappeared =) |
When open a new terminal, the following error will occur:
I've found that the problem may be the
$PATH
that is different with Mac's Terminal.Other than
nvm
is missing, you can see that.pyenv
and.rbenv
are duplicated in platformio-atom-ide-terminal.What should I do to spot the problem? And how to solve it? I really want to understand why it happens.
Thanks.
The text was updated successfully, but these errors were encountered: